[llvm-lib] Ignore /VERBOSE flag
authorPengxuan Zheng <pzheng@quicinc.com>
Wed, 20 Jul 2022 21:08:25 +0000 (14:08 -0700)
committerPengxuan Zheng <pzheng@quicinc.com>
Thu, 21 Jul 2022 17:06:13 +0000 (10:06 -0700)
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

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

index 9d969b0..4af250e 100644 (file)
@@ -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">;