1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Add intrinsics_gen dependency on Bye example

This fixes build error introduced by commit 24ab9b537e61b3fe5e6a1019492ff6530d82a3ee
This commit is contained in:
serge-sans-paille 2020-01-02 17:05:59 +01:00
parent 9e84066c71
commit 8caee986b7

View File

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