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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 02:57:12 PST 2025


================
@@ -1195,6 +1196,7 @@ class Object {
   uint32_t Flags;
 
   bool HadShdrs = true;
+  bool isVerboseEnabled = false;
----------------
jh7370 wrote:

Rather than using state for this, I'd prefer it if the `removeSection` signature be expanded to take an `VerboseOutput` parameter.

https://github.com/llvm/llvm-project/pull/124692


More information about the llvm-commits mailing list