Skip to content

Commit 1008519

Browse files
authored
Merge pull request #1555 from davezarzycki/build_shared_libs_fixes
[CMake] BUILD_SHARED_LIBS fixes
2 parents 65ba932 + 5c1e81f commit 1008519

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/tools/libclang/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ set(LIBS
5151
clangSerialization
5252
clangTooling
5353
clangToolingRefactor
54+
LLVMOption
5455
LLVMSupport
5556
)
5657

llvm/lib/LTO/LLVMBuild.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ parent = Libraries
2121
required_libraries =
2222
AggressiveInstCombine
2323
Analysis
24+
BinaryFormat
2425
BitReader
2526
BitWriter
2627
CodeGen

0 commit comments

Comments
 (0)