[llvm] ab25d37 - [gn build] Port 5e508b9bac0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 04:18:09 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-02T11:15:00Z
New Revision: ab25d37354eb49ee1c2bda03dc59d73bcc588d6d

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

LOG: [gn build] Port 5e508b9bac0

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn
index b99086fd4dc2..10f2d50d0043 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn
@@ -8,6 +8,7 @@ executable("llvm-dwarfdump") {
     "//llvm/lib/Target:AllTargetsInfos",
   ]
   sources = [
+    "SectionSizes.cpp",
     "Statistics.cpp",
     "llvm-dwarfdump.cpp",
   ]


        


More information about the llvm-commits mailing list