[llvm] f8cda8f - [gn build] Port 7917b3c6957c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 10:32:11 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-03-21T17:28:05Z
New Revision: f8cda8f6be977e8225c5a4b41c623d8d3d709d18

URL: https://github.com/llvm/llvm-project/commit/f8cda8f6be977e8225c5a4b41c623d8d3d709d18
DIFF: https://github.com/llvm/llvm-project/commit/f8cda8f6be977e8225c5a4b41c623d8d3d709d18.diff

LOG: [gn build] Port 7917b3c6957c

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn
index 61501b0570370..fbd9730c51707 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn
@@ -5,8 +5,5 @@ unittest("DebuginfodTests") {
     "//llvm/lib/Debuginfod",
     "//llvm/lib/Testing/Support",
   ]
-  sources = [
-    "DebuginfodTests.cpp",
-    "HTTPClientTests.cpp",
-  ]
+  sources = [ "DebuginfodTests.cpp" ]
 }


        


More information about the llvm-commits mailing list