[all-commits] [llvm/llvm-project] d80992: Reland "[Profile] Allow online merging with debug ...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Mon Aug 28 10:33:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d80992032fd0d7da70b2bd1a59066703c3c21fbb
https://github.com/llvm/llvm-project/commit/d80992032fd0d7da70b2bd1a59066703c3c21fbb
Author: Zequan Wu <zequanwu at google.com>
Date: 2023-08-28 (Mon, 28 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
A compiler-rt/test/profile/instrprof-merge-empty-data.test
M compiler-rt/test/profile/instrprof-merge-error.c
Log Message:
-----------
Reland "[Profile] Allow online merging with debug info correlation."
Original patch: D157632.
Fixed the issue when data is 0 by relaxing the condition.
Reviewed By: ellis
Differential Revision: https://reviews.llvm.org/D159000
More information about the All-commits
mailing list