File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ static_library (" Debuginfod" ) {
2
+ output_name = " LLVMDebuginfod"
3
+ deps = [ " //llvm/lib/Support" ]
4
+ sources = [ " Debuginfod.cpp" ]
5
+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ group("unittests") {
15
15
" DebugInfo/GSYM:DebugInfoGSYMTests" ,
16
16
" DebugInfo/MSF:DebugInfoMSFTests" ,
17
17
" DebugInfo/PDB:DebugInfoPDBTests" ,
18
+ " Debuginfod:DebuginfodTests" ,
18
19
" Demangle:DemangleTests" ,
19
20
" ExecutionEngine:ExecutionEngineTests" ,
20
21
" ExecutionEngine/JITLink:JITLinkTests" ,
Original file line number Diff line number Diff line change
1
+ import (" //llvm/utils/unittest/unittest.gni" )
2
+
3
+ unittest (" DebuginfodTests" ) {
4
+ deps = [
5
+ " //llvm/lib/Debuginfod" ,
6
+ " //llvm/lib/Testing/Support" ,
7
+ ]
8
+ sources = [ " DebuginfodTests.cpp" ]
9
+ }
You can’t perform that action at this time.
0 commit comments