mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
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)
|