[PATCH] D127958: Replace to_hexString by touhexstring [NFC]

Corentin Jabot via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 05:57:45 PDT 2022


cor3ntin created this revision.
Herald added subscribers: rupprecht, hiraditya.
Herald added a reviewer: jhenderson.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
cor3ntin requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

LLVM had 2 methods to convert a number to an hexa string,
this remove one of them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127958

Files:
  lld/MachO/ConcatOutputSection.cpp
  llvm/include/llvm/Support/ScopedPrinter.h
  llvm/lib/Support/ScopedPrinter.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  llvm/tools/llvm-profgen/PerfReader.cpp
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127958.437519.patch
Type: text/x-patch
Size: 9691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220616/a96f0d51/attachment.bin>


More information about the llvm-commits mailing list