blob: 41fef24556b11faece4aa95fe6a9693642a6b4aa [file] [log] [blame]
Lang Hames130a7c42015-10-28 02:40:04 +00001
David Blaikiee960a4e2015-02-23 00:36:25 +00002set(LLVM_LINK_COMPONENTS
3 Core
NAKAMURA Takumi53ae7072015-10-28 09:37:09 +00004 ExecutionEngine
NAKAMURA Takumi3a063db2015-10-29 06:40:04 +00005 Object
Lang Hamesdc4260d2015-04-20 20:41:45 +00006 OrcJIT
NAKAMURA Takumi3a063db2015-10-29 06:40:04 +00007 RuntimeDyld
David Blaikiee960a4e2015-02-23 00:36:25 +00008 Support
Lang Hames130a7c42015-10-28 02:40:04 +00009 native
David Blaikiee960a4e2015-02-23 00:36:25 +000010 )
11
12add_llvm_unittest(OrcJITTests
Lang Hamesc0056562015-10-20 04:35:02 +000013 CompileOnDemandLayerTest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000014 IndirectionUtilsTest.cpp
Lang Hamesa4b3d4e2015-08-27 22:20:05 +000015 GlobalMappingLayerTest.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000016 LazyEmittingLayerTest.cpp
Lang Hames645a22a2015-10-29 03:52:58 +000017 ObjectLinkingLayerTest.cpp
Joseph Tremoulet7ff086c2015-06-25 13:35:22 +000018 ObjectTransformLayerTest.cpp
Lang Hames130a7c42015-10-28 02:40:04 +000019 OrcCAPITest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000020 OrcTestCommon.cpp
Lang Hames4d0a5a9e2016-01-11 01:40:11 +000021 RPCUtilsTest.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000022 )