mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[llvm] Disable linking llvm-exegesis to dylib
Force linking llvm-exegesis to static LLVM libraries instead of dylib to prevent duplicate symbols due to linking both. Ideally, we'd want to link to the dylib only here but the target sub-libraries use hidden symbols from LLVM target libraries and therefore linking the dylib fails. Differential Revision: https://reviews.llvm.org/D81922
This commit is contained in:
parent
1655e30934
commit
e37aaf4758
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-exegesis
|
||||
DISABLE_LLVM_LINK_LLVM_DYLIB
|
||||
llvm-exegesis.cpp
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user