mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 12:32:21 +00:00
![Duncan P. N. Exon Smith](/assets/img/avatar_default.png)
`LLVM_ENABLE_MODULES` builds sometimes fail because `Intrinsics.td` needs to regenerate `Instrinsics.h` before anyone can include anything from the LLVM_IR module. Represent the dependency explicitly to prevent that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239796 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
71 B
CMake
7 lines
71 B
CMake
add_llvm_library(LLVMMCJIT
|
|
MCJIT.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|