File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ function(get_test_dependencies SDK result_var_name)
4747 if (NOT SWIFT_BUILT_STANDALONE)
4848 list (APPEND deps_binaries FileCheck arcmt-test c-arcmt-test c-index-test
4949 clang llc llvm-cov llvm-dwarfdump llvm-link llvm-as llvm-dis
50- llvm-bcanalyzer llvm-nm llvm-readobj llvm-profdata count not )
50+ llvm-bcanalyzer llvm-nm llvm-readobj llvm-profdata count not
51+ llvm-strings )
5152 endif ()
5253 if (SWIFT_BUILD_SOURCEKIT)
5354 list (APPEND deps_binaries sourcekitd-test complete-test )
Original file line number Diff line number Diff line change 33
44// RUN: %empty-directory(%t)
55// RUN: %target-swift-frontend -module-name comments -emit-module -emit-module-path %t/comments.swiftmodule -emit-module-doc -emit-module-doc-path %t/comments.swiftdoc -group-info-path %S/Inputs/comments-params.json %s
6- // RUN: strings %t/comments.swiftdoc > %t.txt
6+ // RUN: %llvm- strings %t/comments.swiftdoc > %t.txt
77// RUN: %FileCheck %s < %t.txt
88// RUN: %FileCheck -check-prefix NEGATIVE %s < %t.txt
99
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ config.llvm_link = inferSwiftBinary('llvm-link')
267267config .swift_llvm_opt = inferSwiftBinary ('swift-llvm-opt' )
268268config .llvm_profdata = inferSwiftBinary ('llvm-profdata' )
269269config .llvm_cov = inferSwiftBinary ('llvm-cov' )
270+ config .llvm_strings = inferSwiftBinary ('llvm-strings' )
270271config .filecheck = inferSwiftBinary ('FileCheck' )
271272config .llvm_dwarfdump = inferSwiftBinary ('llvm-dwarfdump' )
272273config .llvm_dis = inferSwiftBinary ('llvm-dis' )
@@ -374,6 +375,7 @@ config.substitutions.append( ('%llvm-dis', config.llvm_dis) )
374375config .substitutions .append ( ('%swift-demangle-yamldump' , config .swift_demangle_yamldump ) )
375376config .substitutions .append ( ('%Benchmark_O' , config .benchmark_o ) )
376377config .substitutions .append ( ('%Benchmark_Driver' , config .benchmark_driver ) )
378+ config .substitutions .append ( ('%llvm-strings' , config .llvm_strings ) )
377379
378380# This must come after all substitutions containing "%swift".
379381config .substitutions .append (
You can’t perform that action at this time.
0 commit comments