Lang Hames | 130a7c4 | 2015-10-28 02:40:04 +0000 | [diff] [blame] | 1 | |
David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 2 | set(LLVM_LINK_COMPONENTS |
3 | Core | ||||
NAKAMURA Takumi | 53ae707 | 2015-10-28 09:37:09 +0000 | [diff] [blame] | 4 | ExecutionEngine |
Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 5 | OrcJIT |
David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 6 | Support |
Lang Hames | 130a7c4 | 2015-10-28 02:40:04 +0000 | [diff] [blame] | 7 | native |
David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 8 | ) |
9 | |||||
10 | add_llvm_unittest(OrcJITTests | ||||
Lang Hames | c005656 | 2015-10-20 04:35:02 +0000 | [diff] [blame] | 11 | CompileOnDemandLayerTest.cpp |
Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 12 | IndirectionUtilsTest.cpp |
Lang Hames | a4b3d4e | 2015-08-27 22:20:05 +0000 | [diff] [blame] | 13 | GlobalMappingLayerTest.cpp |
David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 14 | LazyEmittingLayerTest.cpp |
Lang Hames | 645a22a | 2015-10-29 03:52:58 +0000 | [diff] [blame^] | 15 | ObjectLinkingLayerTest.cpp |
Joseph Tremoulet | 7ff086c | 2015-06-25 13:35:22 +0000 | [diff] [blame] | 16 | ObjectTransformLayerTest.cpp |
Lang Hames | 130a7c4 | 2015-10-28 02:40:04 +0000 | [diff] [blame] | 17 | OrcCAPITest.cpp |
Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 18 | OrcTestCommon.cpp |
David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 19 | ) |