Skip to content

Commit 657f930

Browse files
author
Zachary Turner
committed
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
1 parent c7dde5f commit 657f930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/Core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
add_lldb_unittest(CoreTests
1+
add_lldb_unittest(LLDBCoreTests
22
ScalarTest.cpp
33
)

0 commit comments

Comments
 (0)