Skip to content

Commit 0d27543

Browse files
author
serge-sans-paille
committed
Add intrinsics_gen *dependency* on Bye example
1 parent a0334b3 commit 0d27543

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

llvm/examples/Bye/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
add_llvm_pass_plugin(Bye Bye.cpp)
1+
add_llvm_pass_plugin(Bye
2+
Bye.cpp
3+
DEPENDS
4+
intrinsics_gen
5+
)
26
if (LLVM_LINK_LLVM_DYLIB)
37
target_link_libraries(Bye PUBLIC LLVM)
48
else()
@@ -8,8 +12,6 @@ else()
812
LLVMCore
913
LLVMipo
1014
LLVMPasses
11-
DEPENDS
12-
intrinsics_gen
1315
)
1416
endif()
1517

0 commit comments

Comments
 (0)