15 lines
167 B
CMake
15 lines
167 B
CMake
add_llvm_component_library(LLVMMCJIT
|
|
MCJIT.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
Object
|
|
RuntimeDyld
|
|
Support
|
|
Target
|
|
)
|