1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("OrcJITTests") {
5 "//llvm/lib/ExecutionEngine",
6 "//llvm/lib/ExecutionEngine/Orc",
7 "//llvm/lib/ExecutionEngine/RuntimeDyld",
11 "//llvm/lib/Target:NativeTarget",
12 "//llvm/lib/Testing/Support",
16 "GlobalMappingLayerTest.cpp",
17 "IndirectionUtilsTest.cpp",
18 "JITTargetMachineBuilderTest.cpp",
19 "LazyCallThroughAndReexportsTest.cpp",
20 "LazyEmittingLayerTest.cpp",
21 "LegacyAPIInteropTest.cpp",
22 "LegacyCompileOnDemandLayerTest.cpp",
23 "LegacyRTDyldObjectLinkingLayerTest.cpp",
24 "ObjectTransformLayerTest.cpp",
29 "RTDyldObjectLinkingLayerTest.cpp",
30 "RemoteObjectLayerTest.cpp",
31 "SymbolStringPoolTest.cpp",
32 "ThreadSafeModuleTest.cpp",