aa5717362e
to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=55
11 lines
235 B
Diff
11 lines
235 B
Diff
--- a/llvm/tools/llvm-exegesis/CMakeLists.txt
|
|
+++ b/llvm/tools/llvm-exegesis/CMakeLists.txt
|
|
@@ -5,7 +5,6 @@ set(LLVM_LINK_COMPONENTS
|
|
)
|
|
|
|
add_llvm_tool(llvm-exegesis
|
|
- DISABLE_LLVM_LINK_LLVM_DYLIB
|
|
llvm-exegesis.cpp
|
|
|
|
DEPENDS
|