blob: a3441472a0d04c3d008c79f0aabceb476902c4ef [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
Lang Hamesdc4260d2015-04-20 20:41:45 +00005 OrcJIT
Lang Hames130a7c42015-10-28 02:40:04 +00006 MC
David Blaikiee960a4e2015-02-23 00:36:25 +00007 Support
Lang Hames130a7c42015-10-28 02:40:04 +00008 Target
9 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
Joseph Tremoulet7ff086c2015-06-25 13:35:22 +000017 ObjectTransformLayerTest.cpp
Lang Hames130a7c42015-10-28 02:40:04 +000018 OrcCAPITest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000019 OrcTestCommon.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000020 )