[all-commits] [llvm/llvm-project] c809da: Revert "[InstrProf] Attach debug info to counters"
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Mon Dec 13 18:15:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c809da7d9ce78a463f9c5e38a9bf7b4c22b232de
https://github.com/llvm/llvm-project/commit/c809da7d9ce78a463f9c5e38a9bf7b4c22b232de
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M compiler-rt/include/profile/InstrProfData.inc
M compiler-rt/lib/profile/InstrProfiling.c
M compiler-rt/lib/profile/InstrProfilingMerge.c
M compiler-rt/lib/profile/InstrProfilingWriter.c
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfData.inc
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfWriter.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
R llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll
Log Message:
-----------
Revert "[InstrProf] Attach debug info to counters"
This reverts commit 800bf8ed29fbcaa9436540e83bc119ec92e7d40f.
The `Instrumentation/InstrProfiling/debug-info-correlate.ll` test was
failing because I forgot the `llc` commands are architecture specific.
I'll follow up with a fix.
Differential Revision: https://reviews.llvm.org/D115689
More information about the All-commits
mailing list