We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c225e + a1dc40d commit 47e68f0Copy full SHA for 47e68f0
lldb/unittests/Core/CMakeLists.txt
@@ -1,3 +1,11 @@
1
+set(SWIFT_SOURCES
2
+ SwiftDemanglingPartsTest.cpp
3
+)
4
+
5
+set(LLVM_OPTIONAL_SOURCES ${SWIFT_SOURCES})
6
+if (NOT LLDB_ENABLE_SWIFT_SUPPORT)
7
+ unset(SWIFT_SOURCES)
8
+endif()
9
10
add_lldb_unittest(LLDBCoreTests
11
DebuggerTest.cpp
@@ -13,10 +21,11 @@ add_lldb_unittest(LLDBCoreTests
13
21
RichManglingContextTest.cpp
14
22
SourceLocationSpecTest.cpp
15
23
SourceManagerTest.cpp
16
- SwiftDemanglingPartsTest.cpp
17
24
TelemetryTest.cpp
18
25
UniqueCStringMapTest.cpp
19
26
27
+ ${SWIFT_SOURCES}
28
20
29
LINK_COMPONENTS
30
Support
31
Telemetry
0 commit comments