Skip to content

Commit 1d76027

Browse files
committed
[lit] Add swift-demangle-yamldump as a dependency of the lit test suite.
I added a test to make sure that this utility continued to work as expected... but I forgot to add the utility as a dependency of the test... *doh*. Thanks to the buildczar Slava for catching this. All hail the mighty buildczar!
1 parent 2107bdf commit 1d76027

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
@@ -43,7 +43,7 @@ function(get_test_dependencies SDK result_var_name)
4343
swift swift-ide-test swift-syntax-test sil-opt swift-llvm-opt swift-demangle
4444
sil-func-extractor sil-llvm-gen sil-nm sil-passpipeline-dumper
4545
lldb-moduleimport-test swift-reflection-dump swift-remoteast-test
46-
swift-api-digester swift-refactor)
46+
swift-api-digester swift-refactor swift-demangle-yamldump)
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

0 commit comments

Comments
 (0)