[PATCH] D130202: [llvm-lib] Ignore /VERBOSE flag
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 14:12:15 PDT 2022
pzheng created this revision.
pzheng added reviewers: rnk, thieta, thakis, hans, mstorsjo.
Herald added a subscriber: hiraditya.
Herald added a project: All.
pzheng requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Ignore the flag for now, but we can start using it for verbose output if needed.
Repository:
rG LLVM Github Monorepo
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.446261.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220720/1dec4d5d/attachment.bin>
More information about the llvm-commits
mailing list