[PATCH] D130202: [llvm-lib] Ignore /VERBOSE flag

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 10:06:27 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG53d7bf3052dc: [llvm-lib] Ignore /VERBOSE flag (authored by pzheng).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130202

Files:
  llvm/lib/ToolDrivers/llvm-lib/Options.td


Index: llvm/lib/ToolDrivers/llvm-lib/Options.td
===================================================================
--- llvm/lib/ToolDrivers/llvm-lib/Options.td
+++ llvm/lib/ToolDrivers/llvm-lib/Options.td
@@ -48,3 +48,4 @@
 def nodefaultlib_all: F<"nodefaultlib">;
 def nologo : F<"nologo">;
 def subsystem : P<"subsystem", "">;
+def verbose : F<"verbose">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130202.446549.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/16d2d963/attachment.bin>


More information about the llvm-commits mailing list