[PATCH] D155763: [BOLT][DWARF] Fix performance regression running BOLT on binaries build with DWARF4

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 11:48:57 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd5235e53466c: [BOLT][DWARF] Fix performance regression running BOLT on binaries build with… (authored by ayermolo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155763/new/

https://reviews.llvm.org/D155763

Files:
  bolt/lib/Core/DebugData.cpp


Index: bolt/lib/Core/DebugData.cpp
===================================================================
--- bolt/lib/Core/DebugData.cpp
+++ bolt/lib/Core/DebugData.cpp
@@ -651,7 +651,7 @@
                                DebugLocationsVector &LocList,
                                DIEBuilder &DIEBldr, DIE &Die,
                                DebugAddrWriter &AddrWriter,
-                               DebugBufferVector LocBuffer, DWARFUnit &CU,
+                               DebugBufferVector &LocBuffer, DWARFUnit &CU,
                                raw_svector_ostream &LocStream) {
   if (LocList.empty()) {
     replaceLocValbyForm(DIEBldr, Die, AttrInfo, AttrInfo.getForm(),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155763.542621.patch
Type: text/x-patch
Size: 688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/3a6b55a4/attachment.bin>


More information about the llvm-commits mailing list