mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-07 03:26:53 +00:00
0aa6e0b9db
Messed up in r287420, it isn't just lli, but also but lli-child-target that need to depend on intrinsics_gen. llvm-svn: 287421
14 lines
146 B
CMake
14 lines
146 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
OrcJIT
|
|
RuntimeDyld
|
|
Support
|
|
)
|
|
|
|
add_llvm_utility(lli-child-target
|
|
ChildTarget.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|
|
|