[all-commits] [llvm/llvm-project] c9baa5: [InstrProf][Correlate] Verify debug info with llvm...
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Thu Jan 27 10:11:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9baa5608bad5a0d908887f17bc47e569cd8883c
https://github.com/llvm/llvm-project/commit/c9baa5608bad5a0d908887f17bc47e569cd8883c
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A compiler-rt/test/profile/Linux/instrprof-show-debug-info-correlation.c
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfCorrelator.h
M llvm/lib/ProfileData/InstrProfCorrelator.cpp
A llvm/test/tools/llvm-profdata/errors.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[InstrProf][Correlate] Verify debug info with llvm-profdata show
Use the `llvm-profdata show` command to verify debug info for profile correlation using the `--debug-info` option.
Reviewed By: kyulee
Differential Revision: https://reviews.llvm.org/D118181
More information about the All-commits
mailing list