================
@@ -1195,6 +1195,7 @@ class Object {
uint32_t Flags;
bool HadShdrs = true;
+ bool isVerboseEnabled = true;
----------------
VedantParanjape wrote:
I think it should be set to false by default.
https://github.com/llvm/llvm-project/pull/124692