[all-commits] [llvm/llvm-project] e5bdf0: [MCJIT] Set VMA to code address in PerfJITEventLis...
pchintalapudi via All-commits
all-commits at lists.llvm.org
Sun Apr 2 10:48:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5bdf0f6d2552541ebab1d2a865f9c4e10ca6724
https://github.com/llvm/llvm-project/commit/e5bdf0f6d2552541ebab1d2a865f9c4e10ca6724
Author: Prem Chintalapudi <prem.chintalapudi at gmail.com>
Date: 2023-04-02 (Sun, 02 Apr 2023)
Changed paths:
M llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
Log Message:
-----------
[MCJIT] Set VMA to code address in PerfJITEventListener.
VMA should default to CodeAddr, not 0, as specified here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jitdump-specification.txt
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D146496
More information about the All-commits
mailing list