Skip to content

Commit 8a45c9c

Browse files
authored
Merge pull request #33129 from davezarzycki/pr33129
[CMake] BUILD_SHARED_LIBS fixes
2 parents cc49c61 + 823f26b commit 8a45c9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else()
55
set(SWIFTAST_LLVM_LINK_COMPONENTS
66
bitreader bitwriter coroutines coverage irreader debuginfoDWARF
77
profiledata instrumentation object objcarcopts mc mcparser
8-
bitreader bitwriter lto ipo option core support ${LLVM_TARGETS_TO_BUILD}
8+
bitreader bitwriter lto ipo option core support remarks ${LLVM_TARGETS_TO_BUILD}
99
)
1010
endif()
1111

lib/ClangImporter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_swift_host_library(swiftClangImporter STATIC
2424
target_link_libraries(swiftClangImporter PRIVATE
2525
swiftAST
2626
swiftParse
27+
clangTooling
2728
LLVMBitstreamReader)
2829

2930
target_link_libraries(swiftClangImporter INTERFACE

0 commit comments

Comments
 (0)