mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
17202594ad
Patch by Daniel Malea. llvm-svn: 165246
11 lines
160 B
CMake
11 lines
160 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
interpreter
|
|
)
|
|
|
|
add_llvm_unittest(ExecutionEngineTests
|
|
ExecutionEngineTest.cpp
|
|
)
|
|
|
|
add_subdirectory(JIT)
|
|
add_subdirectory(MCJIT)
|