blob: 1d3fc6cfdfaaa6d77dc02d9a9253eb6a8fe5b608 [file] [log] [blame]
static_library("Debugging") {
output_name = "LLVMOrcDebugging"
deps = [
"//llvm/lib/DebugInfo/DWARF",
"//llvm/lib/ExecutionEngine/Orc",
"//llvm/lib/ExecutionEngine/Orc/Shared",
"//llvm/lib/Support",
"//llvm/lib/TargetParser",
]
sources = [
"DebugInfoSupport.cpp",
"DebuggerSupport.cpp",
"DebuggerSupportPlugin.cpp",
"LLJITUtilsCBindings.cpp",
"PerfSupportPlugin.cpp",
]
if (current_os == "linux") {
libs = [ "rt" ]
}
}