File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11add_swift_host_tool(lldb-moduleimport-test
22 lldb-moduleimport-test .cpp
3- SWIFT_COMPONENT tools
3+ SWIFT_COMPONENT testsuite- tools
44)
55target_link_libraries (lldb-moduleimport-test
66 PRIVATE
Original file line number Diff line number Diff line change 11add_swift_host_tool(sil-passpipeline-dumper
22 SILPassPipelineDumper.cpp
3- SWIFT_COMPONENT tools
3+ SWIFT_COMPONENT testsuite- tools
44)
55target_link_libraries (sil-passpipeline-dumper PRIVATE
66 swiftFrontend
Original file line number Diff line number Diff line change 11add_swift_host_tool(swift-demangle-yamldump
22 swift-demangle-yamldump.cpp
33 LLVM_LINK_COMPONENTS support
4- SWIFT_COMPONENT tools
4+ SWIFT_COMPONENT testsuite- tools
55 )
66target_link_libraries (swift-demangle-yamldump
77 PRIVATE
Original file line number Diff line number Diff line change 11add_swift_fuzzer_host_tool(swift-reflection-fuzzer
22 swift-reflection-fuzzer.cpp
33 LLVM_LINK_COMPONENTS support
4- SWIFT_COMPONENT tools
4+ SWIFT_COMPONENT testsuite- tools
55 )
66target_link_libraries (swift-reflection-fuzzer
77 PRIVATE
Original file line number Diff line number Diff line change 11add_swift_host_tool(swift-remoteast-test
22 swift-remoteast-test .cpp
3- SWIFT_COMPONENT tools
3+ SWIFT_COMPONENT testsuite- tools
44)
55target_link_libraries (swift-remoteast-test
66 PRIVATE
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_swift_host_tool(swift-syntax-parser-test
55 swift-syntax-parser-test .cpp
66 LLVM_LINK_COMPONENTS
77 support
8- SWIFT_COMPONENT tools
8+ SWIFT_COMPONENT testsuite- tools
99)
1010if (CMAKE_SYSTEM_NAME STREQUAL Darwin)
1111 set_target_properties (swift-syntax-parser-test PROPERTIES
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_swift_host_tool(swift-syntax-test
22 swift-syntax-test .cpp
33 LLVM_LINK_COMPONENTS
44 Support
5- SWIFT_COMPONENT tools
5+ SWIFT_COMPONENT testsuite- tools
66)
77target_link_libraries (swift-syntax-test
88 PRIVATE
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ cmake^
271271 -DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=YES^
272272 -DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=YES^
273273 -DSWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=YES^
274- -DSWIFT_INSTALL_COMPONENTS=" autolink-driver;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;editor-integration;tools;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" ^
274+ -DSWIFT_INSTALL_COMPONENTS=" autolink-driver;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;editor-integration;tools;testsuite-tools; sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" ^
275275 -DSWIFT_PARALLEL_LINK_JOBS=8^
276276 -DPYTHON_EXECUTABLE:PATH=%PYTHON_HOME% \python.exe^
277277 -DCMAKE_CXX_FLAGS:STRING=" /GS- /Oy" ^
You can’t perform that action at this time.
0 commit comments