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 1
1
add_swift_host_tool (lldb-moduleimport-test
2
2
lldb-moduleimport-test.cpp
3
- SWIFT_COMPONENT tools
3
+ SWIFT_COMPONENT testsuite- tools
4
4
)
5
5
target_link_libraries (lldb-moduleimport-test
6
6
PRIVATE
Original file line number Diff line number Diff line change 1
1
add_swift_host_tool (sil-passpipeline-dumper
2
2
SILPassPipelineDumper.cpp
3
- SWIFT_COMPONENT tools
3
+ SWIFT_COMPONENT testsuite- tools
4
4
)
5
5
target_link_libraries (sil-passpipeline-dumper PRIVATE
6
6
swiftFrontend
Original file line number Diff line number Diff line change 1
1
add_swift_host_tool (swift-demangle-yamldump
2
2
swift-demangle-yamldump.cpp
3
3
LLVM_LINK_COMPONENTS support
4
- SWIFT_COMPONENT tools
4
+ SWIFT_COMPONENT testsuite- tools
5
5
)
6
6
target_link_libraries (swift-demangle-yamldump
7
7
PRIVATE
Original file line number Diff line number Diff line change 1
1
add_swift_fuzzer_host_tool (swift-reflection-fuzzer
2
2
swift-reflection-fuzzer.cpp
3
3
LLVM_LINK_COMPONENTS support
4
- SWIFT_COMPONENT tools
4
+ SWIFT_COMPONENT testsuite- tools
5
5
)
6
6
target_link_libraries (swift-reflection-fuzzer
7
7
PRIVATE
Original file line number Diff line number Diff line change 1
1
add_swift_host_tool (swift-remoteast-test
2
2
swift-remoteast-test.cpp
3
- SWIFT_COMPONENT tools
3
+ SWIFT_COMPONENT testsuite- tools
4
4
)
5
5
target_link_libraries (swift-remoteast-test
6
6
PRIVATE
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_swift_host_tool(swift-syntax-parser-test
5
5
swift-syntax-parser-test.cpp
6
6
LLVM_LINK_COMPONENTS
7
7
support
8
- SWIFT_COMPONENT tools
8
+ SWIFT_COMPONENT testsuite- tools
9
9
)
10
10
if (CMAKE_SYSTEM_NAME STREQUAL Darwin )
11
11
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
2
2
swift-syntax-test.cpp
3
3
LLVM_LINK_COMPONENTS
4
4
Support
5
- SWIFT_COMPONENT tools
5
+ SWIFT_COMPONENT testsuite- tools
6
6
)
7
7
target_link_libraries (swift-syntax-test
8
8
PRIVATE
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ cmake^
271
271
-DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=YES^
272
272
-DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=YES^
273
273
-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" ^
275
275
-DSWIFT_PARALLEL_LINK_JOBS=8^
276
276
-DPYTHON_EXECUTABLE:PATH=%PYTHON_HOME% \python.exe^
277
277
-DCMAKE_CXX_FLAGS:STRING=" /GS- /Oy" ^
You can’t perform that action at this time.
0 commit comments