blob: 047cea68cecc7d8459aa3c3ef2f4c323ce34f86b [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
Lang Hames645a22a2015-10-29 03:52:58 +000015 ObjectLinkingLayerTest.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 )