[all-commits] [llvm/llvm-project] 345a03: [nfc] Factoring out utility that can be used for o...
JestrTulip via All-commits
all-commits at lists.llvm.org
Mon Jul 10 12:51:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 345a03b29531b6353f4c028eb793a554a0d57386
https://github.com/llvm/llvm-project/commit/345a03b29531b6353f4c028eb793a554a0d57386
Author: Dayann D'almeida <dayannd at google.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M llvm/include/llvm/Object/ObjectFile.h
M llvm/tools/llvm-objdump/llvm-objdump.h
Log Message:
-----------
[nfc] Factoring out utility that can be used for other object-level tools
Related rfc can be found at https://discourse.llvm.org/t/rfc-llvm-cm-cost-model-evaluation-for-object-files-machine-code/71502. We want to reuse the instruction iterator for this tool.
Reviewed By: mtrofin, kazu, jhenderson, MaskRay
Differential Revision: https://reviews.llvm.org/D152869
More information about the All-commits
mailing list