Change `CoreTests` to LLDBCoreTests to avoid name clash.

lld was already using a target named CoreTests so CMake
was erroring due to this conflict.

llvm-svn: 260326
This commit is contained in:
Zachary Turner 2016-02-09 23:45:21 +00:00
parent c7dde5f502
commit 657f930824
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
add_lldb_unittest(CoreTests
add_lldb_unittest(LLDBCoreTests
ScalarTest.cpp
)