mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
1ab46e5cf8
This library is linked into libc-hdrgen, which is compiled with DISABLE_LLVM_LINK_LLVM_DYLIB. This option avoids linking with libLLVM.so when LLVM_LINK_LLVM_DYLIB is specified. Unfortunately, this can cause wierd linkage errors where symbols are defined multiple times, with one definition coming from static linkage and another definition coming from libLLVM.so. This is usually apparent as a link error with options defined multiple times. This patch adds DISABLE_LLVM_LINK_LLVM_DYLIB to this library, to get consistent linkage of libc-hdrgen. Differential Revision: https://reviews.llvm.org/D145839 |
||
---|---|---|
.. | ||
APIIndexer.cpp | ||
APIIndexer.h | ||
CMakeLists.txt |