[all-commits] [llvm/llvm-project] f3e54f: [BOLT][NFC] Extract a function for dump MCInst (#6...
llongint via All-commits
all-commits at lists.llvm.org
Tue Nov 21 04:30:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3e54f2f97daa135b99a47277625cc6e8391753e
https://github.com/llvm/llvm-project/commit/f3e54f2f97daa135b99a47277625cc6e8391753e
Author: llongint <hezuoqiang2 at huawei.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M bolt/include/bolt/Core/BinaryContext.h
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Passes/ValidateInternalCalls.cpp
Log Message:
-----------
[BOLT][NFC] Extract a function for dump MCInst (#67225)
In GDB debugging, obtaining the assembly representation of MCInst is
more intuitive.
More information about the All-commits
mailing list