blob: 01c209f8e0e3a02830fe2cc0a90332ce6b43e681 [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
David Blaikiee960a4e2015-02-23 00:36:25 +00006 Support
Lang Hames130a7c42015-10-28 02:40:04 +00007 native
David Blaikiee960a4e2015-02-23 00:36:25 +00008 )
9
10add_llvm_unittest(OrcJITTests
Lang Hamesc0056562015-10-20 04:35:02 +000011 CompileOnDemandLayerTest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000012 IndirectionUtilsTest.cpp
Lang Hamesa4b3d4e2015-08-27 22:20:05 +000013 GlobalMappingLayerTest.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000014 LazyEmittingLayerTest.cpp
Joseph Tremoulet7ff086c2015-06-25 13:35:22 +000015 ObjectTransformLayerTest.cpp
Lang Hames130a7c42015-10-28 02:40:04 +000016 OrcCAPITest.cpp
Lang Hamesdc4260d2015-04-20 20:41:45 +000017 OrcTestCommon.cpp
David Blaikiee960a4e2015-02-23 00:36:25 +000018 )