forked from OSchip/llvm-project
Fix shared build
Summary: We were not tracking -DBUILD_SHARED_LIBS=ON and we introduced some commits that break that by not specifying the correct dependencies. Fix that. (cherry picked from FBD32453377)
This commit is contained in:
parent
2f3285989e
commit
2ccea6eac3
|
@ -1,6 +1,7 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
BOLTUtils
|
||||
DebugInfoDWARF
|
||||
Demangle
|
||||
MC
|
||||
Object
|
||||
Support
|
||||
|
|
|
@ -49,6 +49,7 @@ add_llvm_library(LLVMBOLTPasses
|
|||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
LINK_COMPONENTS
|
||||
AsmPrinter
|
||||
BOLTCore
|
||||
BOLTUtils
|
||||
MC
|
||||
|
|
Loading…
Reference in New Issue