OSDN Git Service

[Orc] Make the makeStub function propagate argument attributes onto the call to
[android-x86/external-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   OrcJIT
4   Support
5   )
6
7 add_llvm_unittest(OrcJITTests
8   IndirectionUtilsTest.cpp
9   LazyEmittingLayerTest.cpp
10   OrcTestCommon.cpp
11   )