[PATCH] D44807: Revert "Revert "[InstrProf] Support for external functions in text format.""
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 14:25:56 PDT 2018
mtrofin created this revision.
Herald added a subscriber: llvm-commits.
This reverts commit 364eb09576a7667bc6d3ff80c52a83014ccac976 and separates out
the portion that was fixing binary reader error propagation - turns out, there
are production cases where that causes a regression.
Will re-introduce the error propagation fix separately.
Repository:
rL LLVM
https://reviews.llvm.org/D44807
Files:
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfReader.h
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
test/tools/llvm-profdata/invalid-profdata.test
unittests/ProfileData/InstrProfTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44807.139509.patch
Type: text/x-patch
Size: 11059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/2a7cd013/attachment.bin>
More information about the llvm-commits
mailing list