[all-commits] [llvm/llvm-project] 88d817: [InstrProf] Restore InstrProfData.inc to fix Fuchs...
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Wed Jan 19 10:11:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88d81770f1101c8306bd1717755ef4eea0724deb
https://github.com/llvm/llvm-project/commit/88d81770f1101c8306bd1717755ef4eea0724deb
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M compiler-rt/include/profile/InstrProfData.inc
M compiler-rt/lib/profile/InstrProfilingMerge.c
M compiler-rt/lib/profile/InstrProfilingWriter.c
M llvm/include/llvm/ProfileData/InstrProfData.inc
M llvm/lib/ProfileData/InstrProfReader.cpp
Log Message:
-----------
[InstrProf] Restore InstrProfData.inc to fix Fuchsia builds
https://reviews.llvm.org/D116179 introduced some changes to
`InstrProfData.inc` which broke some downstream builds. This commit
reverts those changes since they only changes two field names.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D117631
More information about the All-commits
mailing list