[all-commits] [llvm/llvm-project] 9b6b6b: Revert "[Profile] Allow online merging with debug ...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Aug 22 14:35:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b6b6bbc9127d604881cdc9dcea0e7c74ef821fd
https://github.com/llvm/llvm-project/commit/9b6b6bbc9127d604881cdc9dcea0e7c74ef821fd
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M compiler-rt/lib/profile/InstrProfilingMerge.c
M compiler-rt/test/profile/Darwin/instrprof-debug-info-correlate.c
M compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
M compiler-rt/test/profile/instrprof-merge-error.c
Log Message:
-----------
Revert "[Profile] Allow online merging with debug info correlation."
This reverts commit cf2cf195d5fb0a07c122c5c274bd6deb0790e015.
This breaks merging profiles when nothing is instrumented, see comments in https://reviews.llvm.org/D157632.
This also reverts follow-up commit bfc965c54fdbfe33a0785b45903b53fc11165f13.
More information about the All-commits
mailing list