OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   )
5
6 add_llvm_unittest(OrcJITTests
7   LazyEmittingLayerTest.cpp
8   )