Add intrinsics_gen dependency on Bye example

This fixes build error introduced by commit 24ab9b537e
This commit is contained in:
serge-sans-paille 2020-01-02 17:05:59 +01:00
parent 70342641b3
commit a0334b3b94
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ else()
LLVMCore
LLVMipo
LLVMPasses
DEPENDS
intrinsics_gen
)
endif()