[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:54 PST 2025


================
@@ -274,6 +274,7 @@ struct CommonConfig {
   bool StripNonAlloc = false;
   bool StripSections = false;
   bool StripUnneeded = false;
+  bool isVerboseEnabled = false;
----------------
VedantParanjape wrote:

This seems to be wrong, doesn't match with the use in ELFObjcopy.cpp

It should just be `bool Verbose = false;`

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


More information about the llvm-commits mailing list