1
2set(LLVM_LINK_COMPONENTS
3  Core
4  ExecutionEngine
5  Object
6  OrcJIT
7  RuntimeDyld
8  Support
9  native
10  )
11
12add_llvm_unittest(OrcJITTests
13  CompileOnDemandLayerTest.cpp
14  IndirectionUtilsTest.cpp
15  GlobalMappingLayerTest.cpp
16  LazyEmittingLayerTest.cpp
17  ObjectLinkingLayerTest.cpp
18  ObjectTransformLayerTest.cpp
19  OrcCAPITest.cpp
20  OrcTestCommon.cpp
21  )
22