mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[libclc] Fix linking against libLLVMSupport
Fixes https://github.com/llvm/llvm-project/issues/62018.
This commit is contained in:
parent
3364d1202d
commit
382b56d5bd
@ -115,6 +115,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
BitReader
|
||||
BitWriter
|
||||
Core
|
||||
Support
|
||||
)
|
||||
add_llvm_executable( prepare_builtins utils/prepare-builtins.cpp )
|
||||
target_compile_definitions( prepare_builtins PRIVATE ${LLVM_VERSION_DEFINE} )
|
||||
|
Loading…
Reference in New Issue
Block a user