Skip to content

Commit

Permalink
[llvm-lib] Ignore /VERBOSE flag
Browse files Browse the repository at this point in the history
Ignore the flag for now, but we can start using it for verbose output if needed.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D130202
  • Loading branch information
pzhengqc committed Jul 21, 2022
1 parent 52b630d commit 53d7bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/ToolDrivers/llvm-lib/Options.td
Expand Up @@ -48,3 +48,4 @@ def nodefaultlib: P<"nodefaultlib", "">;
def nodefaultlib_all: F<"nodefaultlib">;
def nologo : F<"nologo">;
def subsystem : P<"subsystem", "">;
def verbose : F<"verbose">;

0 comments on commit 53d7bf3

Please sign in to comment.