mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
2f6f860aaa
Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 216982
13 lines
151 B
CMake
13 lines
151 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
Interpreter
|
|
MC
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(HowToUseJIT
|
|
HowToUseJIT.cpp
|
|
)
|