forked from OSchip/llvm-project
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:
parent
c7dde5f502
commit
657f930824
|
@ -1,3 +1,3 @@
|
|||
add_lldb_unittest(CoreTests
|
||||
add_lldb_unittest(LLDBCoreTests
|
||||
ScalarTest.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue