blob: dc401c9743e1360babe5b74ef8511682230da28e [file] [log] [blame]
Lang Hames130a7c42015-10-28 02:40:04 +00001
David Blaikiee960a4e2015-02-23 00:36:25 +00002set(LLVM_LINK_COMPONENTS
3 Core
Lang Hamesdc4260d2015-04-20 20:41:45 +00004 OrcJIT
Lang Hames130a7c42015-10-28 02:40:04 +00005 MC
David Blaikiee960a4e2015-02-23 00:36:25 +00006 Support
Lang Hames130a7c42015-10-28 02:40:04 +00007 Target
8 native
David Blaikiee960a4e2015-02-23 00:36:25 +00009 )
10
11add_llvm_unittest(OrcJITTests
Lang Hamesc0056562015-10-20 04:35:02 +000012 CompileOnDemandLayerTest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000013 IndirectionUtilsTest.cpp
Lang Hamesa4b3d4e2015-08-27 22:20:05 +000014 GlobalMappingLayerTest.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000015 LazyEmittingLayerTest.cpp
Joseph Tremoulet7ff086c2015-06-25 13:35:22 +000016 ObjectTransformLayerTest.cpp
Lang Hames130a7c42015-10-28 02:40:04 +000017 OrcCAPITest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000018 OrcTestCommon.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000019 )