Add intrinsics_gen *dependency* on Bye example

This commit is contained in:
serge-sans-paille 2020-01-02 17:16:48 +01:00
parent a0334b3b94
commit 0d275431a3

View File

@ -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()