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

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

parent 1feb8ab0
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,6 +15,7 @@ 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