Skip to content

Commit

Permalink
[gn build] Port 8366e21
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Jul 6, 2022
1 parent 6148c79 commit d1c33c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Debuginfod/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ static_library("Debuginfod") {
"DIFetcher.cpp",
"Debuginfod.cpp",
"HTTPClient.cpp",
"HTTPServer.cpp",
]
}
5 changes: 4 additions & 1 deletion llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ unittest("DebuginfodTests") {
"//llvm/lib/Debuginfod",
"//llvm/lib/Testing/Support",
]
sources = [ "DebuginfodTests.cpp" ]
sources = [
"DebuginfodTests.cpp",
"HTTPServerTests.cpp",
]
}

0 comments on commit d1c33c6

Please sign in to comment.