[llvm] 220366d - [gn build] (manually) port 6b3956e123db
Peter Waller via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 02:15:38 PDT 2022
Author: Peter Waller
Date: 2022-07-05T09:12:30Z
New Revision: 220366d5b545b4c84f72d4cdcc90dcd395d272fc
URL: https://github.com/llvm/llvm-project/commit/220366d5b545b4c84f72d4cdcc90dcd395d272fc
DIFF: https://github.com/llvm/llvm-project/commit/220366d5b545b4c84f72d4cdcc90dcd395d272fc.diff
LOG: [gn build] (manually) port 6b3956e123db
Differential Revision: https://reviews.llvm.org/D129080
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 0b9fa454dec65..6c9229f8669a4 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
@@ -6,6 +6,7 @@ executable("llvm-reduce") {
"//llvm/lib/Support",
"//llvm/lib/Target",
"//llvm/lib/Target:TargetsToBuild",
+ "//llvm/lib/Transforms/IPO",
"//llvm/lib/Transforms/Utils",
]
include_dirs = [ "." ]
More information about the llvm-commits
mailing list