[llvm] [DWARFVerifier] Allow overlapping ranges for ICF-merged functions (PR #117952)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 10:43:31 PST 2024


================
@@ -531,14 +538,12 @@ bool DWARFVerifier::handleDebugInfo() {
   unsigned NumErrors = 0;
 
   OS << "Verifying .debug_info Unit Header Chain...\n";
-  DObj.forEachInfoSections([&](const DWARFSection &S) {
-    NumErrors += verifyUnitSection(S);
-  });
+  DObj.forEachInfoSections(
----------------
dwblaikie wrote:

is this unrelated reformatting? Could you remove any instances of unrelated reformatting?

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


More information about the llvm-commits mailing list