[llvm] 7a32589 - [gn build] Port 05f2b5ccfc5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 17:44:41 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-07-07T00:37:49Z
New Revision: 7a3258912c4e86ea4f3d6e1ccf72d090d9bb299c

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

LOG: [gn build] Port 05f2b5ccfc5

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
index efa80c1b86d8..efb8e40850c3 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
@@ -17,6 +17,7 @@ executable("llvm-reduce") {
     "deltas/ReduceGlobalVars.cpp",
     "deltas/ReduceInstructions.cpp",
     "deltas/ReduceMetadata.cpp",
+    "deltas/ReduceOperandBundles.cpp",
     "llvm-reduce.cpp",
   ]
 }


        


More information about the llvm-commits mailing list