29 lines
760 B
Plaintext
29 lines
760 B
Plaintext
|
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",
|
||
|
]
|
||
|
}
|