| David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | Core | ||||
| Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 3 | OrcJIT |
| David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 4 | Support |
| 5 | ) | ||||
| 6 | |||||
| 7 | add_llvm_unittest(OrcJITTests | ||||
| Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 8 | IndirectionUtilsTest.cpp |
| Lang Hames | a4b3d4e | 2015-08-27 22:20:05 +0000 | [diff] [blame] | 9 | GlobalMappingLayerTest.cpp |
| David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 10 | LazyEmittingLayerTest.cpp |
| Joseph Tremoulet | 7ff086c | 2015-06-25 13:35:22 +0000 | [diff] [blame] | 11 | ObjectTransformLayerTest.cpp |
| Lang Hames | dc4260d | 2015-04-20 20:41:45 +0000 | [diff] [blame] | 12 | OrcTestCommon.cpp |
| David Blaikie | e960a4e | 2015-02-23 00:36:25 +0000 | [diff] [blame] | 13 | ) |