Skip to content

Commit ff64262

Browse files
committed
[CMake] Add missing dependency
Found via LLVM's BUILD_SHARED_LIBS build option.
1 parent 64b691f commit ff64262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/ClangImporter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ target_link_libraries(SwiftClangImporterTests
77
swiftClangImporter
88
swiftParse
99
swiftAST
10+
LLVMBitstreamReader
1011
)

0 commit comments

Comments
 (0)