forked from OSchip/llvm-project
Add intrinsics_gen dependency on Bye example
This fixes build error introduced by commit 24ab9b537e
This commit is contained in:
parent
70342641b3
commit
a0334b3b94
|
@ -8,6 +8,8 @@ else()
|
|||
LLVMCore
|
||||
LLVMipo
|
||||
LLVMPasses
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue