[llvm] 53d7bf3 - [llvm-lib] Ignore /VERBOSE flag

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


Author: Pengxuan Zheng
Date: 2022-07-21T10:06:13-07:00
New Revision: 53d7bf3052dcc4959f5e80d657771502a807a9cb

URL: https://github.com/llvm/llvm-project/commit/53d7bf3052dcc4959f5e80d657771502a807a9cb
DIFF: https://github.com/llvm/llvm-project/commit/53d7bf3052dcc4959f5e80d657771502a807a9cb.diff

LOG: [llvm-lib] Ignore /VERBOSE flag

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ToolDrivers/llvm-lib/Options.td b/llvm/lib/ToolDrivers/llvm-lib/Options.td
index 9d969b040ef23..4af250e8ad737 100644
--- a/llvm/lib/ToolDrivers/llvm-lib/Options.td
+++ b/llvm/lib/ToolDrivers/llvm-lib/Options.td
@@ -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">;


        


More information about the llvm-commits mailing list