import("//llvm/utils/unittest/unittest.gni") unittest("OrcJITTests") { deps = [ "//llvm/lib/ExecutionEngine", "//llvm/lib/ExecutionEngine/Orc", "//llvm/lib/ExecutionEngine/Orc/Shared", "//llvm/lib/ExecutionEngine/RuntimeDyld", "//llvm/lib/IR", "//llvm/lib/Object", "//llvm/lib/Support", "//llvm/lib/Target:NativeTarget", "//llvm/lib/Testing/Support", ] sources = [ "CoreAPIsTest.cpp", "IndirectionUtilsTest.cpp", "JITTargetMachineBuilderTest.cpp", "LazyCallThroughAndReexportsTest.cpp", "OrcTestCommon.cpp", "QueueChannel.cpp", "RPCUtilsTest.cpp", "RTDyldObjectLinkingLayerTest.cpp", "ResourceTrackerTest.cpp", "SymbolStringPoolTest.cpp", "ThreadSafeModuleTest.cpp", ] }