Skip to content
Snippets Groups Projects
Commit 4b63562e authored by Nico Weber's avatar Nico Weber
Browse files

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

This reverts commit f0cda715.
4a16fe13 got reverted in f45c9c56.
parent f45c9c56
No related branches found
No related tags found
No related merge requests found
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",
......
import("//llvm/utils/unittest/unittest.gni")
unittest("DebuginfodTests") {
deps = [
"//llvm/lib/Debuginfod",
"//llvm/lib/Testing/Support",
]
sources = [ "DebuginfodTests.cpp" ]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment