2015-10-28 03:40:04 +01:00
|
|
|
|
2015-02-23 01:36:25 +01:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Core
|
2015-10-28 10:37:09 +01:00
|
|
|
ExecutionEngine
|
2015-10-29 07:40:04 +01:00
|
|
|
Object
|
2015-04-20 22:41:45 +02:00
|
|
|
OrcJIT
|
2015-10-29 07:40:04 +01:00
|
|
|
RuntimeDyld
|
2015-02-23 01:36:25 +01:00
|
|
|
Support
|
2015-10-28 03:40:04 +01:00
|
|
|
native
|
2015-02-23 01:36:25 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_unittest(OrcJITTests
|
2015-10-20 06:35:02 +02:00
|
|
|
CompileOnDemandLayerTest.cpp
|
2015-04-20 22:41:45 +02:00
|
|
|
IndirectionUtilsTest.cpp
|
2015-08-28 00:20:05 +02:00
|
|
|
GlobalMappingLayerTest.cpp
|
2015-02-23 01:36:25 +01:00
|
|
|
LazyEmittingLayerTest.cpp
|
2015-10-29 04:52:58 +01:00
|
|
|
ObjectLinkingLayerTest.cpp
|
2015-06-25 15:35:22 +02:00
|
|
|
ObjectTransformLayerTest.cpp
|
2015-10-28 03:40:04 +01:00
|
|
|
OrcCAPITest.cpp
|
2015-04-20 22:41:45 +02:00
|
|
|
OrcTestCommon.cpp
|
2015-02-23 01:36:25 +01:00
|
|
|
)
|