OSDN Git Service

Update aosp/master LLVM for rebase to r239765
[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   )