[PATCH] D129080: [gn build] (manually) port 6b3956e123db

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 02:15:38 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
peterwaller-arm marked an inline comment as done.
Closed by commit rG220366d5b545: [gn build] (manually) port 6b3956e123db (authored by peterwaller-arm).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129080/new/

https://reviews.llvm.org/D129080

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


Index: llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
+++ llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
@@ -6,6 +6,7 @@
     "//llvm/lib/Support",
     "//llvm/lib/Target",
     "//llvm/lib/Target:TargetsToBuild",
+    "//llvm/lib/Transforms/IPO",
     "//llvm/lib/Transforms/Utils",
   ]
   include_dirs = [ "." ]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129080.442220.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220705/13dbcb0d/attachment.bin>


More information about the llvm-commits mailing list