Revert "[gn build] (manually) port 4a16fe1369 (debuginfod)"

This reverts commit f0cda7155c.
4a16fe1369 got reverted in f45c9c56c5.
This commit is contained in:
Nico Weber 2021-12-06 14:24:01 -05:00
parent f45c9c56c5
commit 4b63562ebc
3 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
static_library("Debuginfod") {
output_name = "LLVMDebuginfod"
deps = [ "//llvm/lib/Support" ]
sources = [ "Debuginfod.cpp" ]
}

View File

@ -15,7 +15,6 @@ group("unittests") {
"DebugInfo/GSYM:DebugInfoGSYMTests",
"DebugInfo/MSF:DebugInfoMSFTests",
"DebugInfo/PDB:DebugInfoPDBTests",
"Debuginfod:DebuginfodTests",
"Demangle:DemangleTests",
"ExecutionEngine:ExecutionEngineTests",
"ExecutionEngine/JITLink:JITLinkTests",

View File

@ -1,9 +0,0 @@
import("//llvm/utils/unittest/unittest.gni")
unittest("DebuginfodTests") {
deps = [
"//llvm/lib/Debuginfod",
"//llvm/lib/Testing/Support",
]
sources = [ "DebuginfodTests.cpp" ]
}