forked from OSchip/llvm-project
Revert "[gn build] (manually) port 4a16fe1369
(debuginfod)"
This reverts commitf0cda7155c
.4a16fe1369
got reverted inf45c9c56c5
.
This commit is contained in:
parent
f45c9c56c5
commit
4b63562ebc
|
@ -1,5 +0,0 @@
|
|||
static_library("Debuginfod") {
|
||||
output_name = "LLVMDebuginfod"
|
||||
deps = [ "//llvm/lib/Support" ]
|
||||
sources = [ "Debuginfod.cpp" ]
|
||||
}
|
|
@ -15,7 +15,6 @@ group("unittests") {
|
|||
"DebugInfo/GSYM:DebugInfoGSYMTests",
|
||||
"DebugInfo/MSF:DebugInfoMSFTests",
|
||||
"DebugInfo/PDB:DebugInfoPDBTests",
|
||||
"Debuginfod:DebuginfodTests",
|
||||
"Demangle:DemangleTests",
|
||||
"ExecutionEngine:ExecutionEngineTests",
|
||||
"ExecutionEngine/JITLink:JITLinkTests",
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
import("//llvm/utils/unittest/unittest.gni")
|
||||
|
||||
unittest("DebuginfodTests") {
|
||||
deps = [
|
||||
"//llvm/lib/Debuginfod",
|
||||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [ "DebuginfodTests.cpp" ]
|
||||
}
|
Loading…
Reference in New Issue