mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c39c3c89e5
the function body. This is necessary for correctness when lazily compiling. Also, flesh out the Orc unit test infrastructure slightly, and add a unit test for this. llvm-svn: 235347
12 lines
165 B
CMake
12 lines
165 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
OrcJIT
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(OrcJITTests
|
|
IndirectionUtilsTest.cpp
|
|
LazyEmittingLayerTest.cpp
|
|
OrcTestCommon.cpp
|
|
)
|