[PATCH] D81164: [DebugInfo] Fix printing of unrecognised standard opcodes
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 12:09:44 PDT 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp:1064
if (Verbose)
- *OS << format("Skipping ULEB128 value: 0x%16.16" PRIx64 ")\n",
- Value);
+ *OS << format(")");
}
----------------
No need to use format. `')'`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81164/new/
https://reviews.llvm.org/D81164
More information about the llvm-commits
mailing list