This is an archive of the discontinued LLVM Phabricator instance.

Revert "Revert "[InstrProf] Support for external functions in text format.""
ClosedPublic

Authored by mtrofin on Mar 22 2018, 2:25 PM.

Details

Summary

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.

The fix to the text reader error propagation is still "in".

Diff Detail

Event Timeline

mtrofin created this revision.Mar 22 2018, 2:25 PM
mtrofin edited the summary of this revision. (Show Details)Mar 22 2018, 2:26 PM
mtrofin added a reviewer: bkramer.
bkramer accepted this revision.Mar 22 2018, 2:27 PM

lg, thanks!

This revision is now accepted and ready to land.Mar 22 2018, 2:27 PM
This revision was automatically updated to reflect the committed changes.