[PATCH] D117631: [InstrProf] Restore InstrProfData.inc to fix Fuchsia builds
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 18 17:41:31 PST 2022
ellis created this revision.
Herald added subscribers: abrachet, hiraditya.
ellis retitled this revision from "[NFC] Restore InstrProfData.inc to fix Fuchsia builds" to "[InstrProf] Restore InstrProfData.inc to fix Fuchsia builds".
ellis edited the summary of this revision.
ellis added reviewers: phosek, leonardchan.
ellis published this revision for review.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117631
Files:
compiler-rt/include/profile/InstrProfData.inc
compiler-rt/lib/profile/InstrProfilingMerge.c
compiler-rt/lib/profile/InstrProfilingWriter.c
llvm/include/llvm/ProfileData/InstrProfData.inc
llvm/lib/ProfileData/InstrProfReader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117631.401060.patch
Type: text/x-patch
Size: 6090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220119/693f673f/attachment.bin>
More information about the llvm-commits
mailing list