mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 13:47:32 +00:00
Add intrinsics_gen *dependency* on Bye example
This commit is contained in:
parent
a0334b3b94
commit
0d275431a3
@ -1,4 +1,8 @@
|
||||
add_llvm_pass_plugin(Bye Bye.cpp)
|
||||
add_llvm_pass_plugin(Bye
|
||||
Bye.cpp
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
if (LLVM_LINK_LLVM_DYLIB)
|
||||
target_link_libraries(Bye PUBLIC LLVM)
|
||||
else()
|
||||
@ -8,8 +12,6 @@ else()
|
||||
LLVMCore
|
||||
LLVMipo
|
||||
LLVMPasses
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user