mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 17:47:58 +00:00
ef6571d1c3
Messed up in r287420, it isn't just lli, but also but lli-child-target that need to depend on intrinsics_gen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287421 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|
|
|