1import("//llvm/utils/unittest/unittest.gni") 2 3unittest("OrcJITTests") { 4 deps = [ 5 "//llvm/lib/ExecutionEngine", 6 "//llvm/lib/ExecutionEngine/Orc", 7 "//llvm/lib/ExecutionEngine/Orc/Shared", 8 "//llvm/lib/ExecutionEngine/RuntimeDyld", 9 "//llvm/lib/IR", 10 "//llvm/lib/Object", 11 "//llvm/lib/Support", 12 "//llvm/lib/Target:NativeTarget", 13 "//llvm/lib/Testing/Support", 14 ] 15 sources = [ 16 "CoreAPIsTest.cpp", 17 "IndirectionUtilsTest.cpp", 18 "JITTargetMachineBuilderTest.cpp", 19 "LazyCallThroughAndReexportsTest.cpp", 20 "OrcTestCommon.cpp", 21 "QueueChannel.cpp", 22 "RPCUtilsTest.cpp", 23 "RTDyldObjectLinkingLayerTest.cpp", 24 "ResourceTrackerTest.cpp", 25 "SymbolStringPoolTest.cpp", 26 "ThreadSafeModuleTest.cpp", 27 ] 28} 29