Skip to content

Commit 1592402

Browse files
authored
Merge pull request #22878 from davezarzycki/testing_dsymutil_dep_fix
[CMake] Add dsymutil to list of unified build test deps
2 parents d17602a + 627e350 commit 1592402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function(get_test_dependencies SDK result_var_name)
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
5050
llvm-bcanalyzer llvm-nm llvm-readobj llvm-profdata count not
51-
llvm-strings)
51+
llvm-strings dsymutil)
5252
endif()
5353
if(SWIFT_BUILD_SYNTAXPARSERLIB)
5454
list(APPEND deps_binaries swift-syntax-parser-test)

0 commit comments

Comments
 (0)