[llvm] [ELFObject] Added dbgs() statement in removeSections() (PR #124692)

Vedant Paranjape via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 8 10:26:55 PST 2025


================
@@ -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


More information about the llvm-commits mailing list