Skip to content

Commit 627e350

Browse files
committed
[CMake] Add dsymutil to list of unified build test deps
1 parent 860bb79 commit 627e350

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)