[all-commits] [llvm/llvm-project] b62e3a: Replace to_hexString by touhexstr [NFC]
cor3ntin via All-commits
all-commits at lists.llvm.org
Thu Jun 16 08:30:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b62e3a73e170a58dcf5503d74ba7c6fc8ec4c0ab
https://github.com/llvm/llvm-project/commit/b62e3a73e170a58dcf5503d74ba7c6fc8ec4c0ab
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M lld/MachO/ConcatOutputSection.cpp
M llvm/include/llvm/Support/ScopedPrinter.h
M llvm/lib/Support/ScopedPrinter.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
M llvm/tools/llvm-profgen/PerfReader.cpp
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
Replace to_hexString by touhexstr [NFC]
LLVM had 2 methods to convert a number to an hexa string,
this remove one of them.
Differential Revision: https://reviews.llvm.org/D127958
More information about the All-commits
mailing list