This is an archive of the discontinued LLVM Phabricator instance.

Show error message from failed evaluation when doing -var-create
ClosedPublic

Authored by ki.stfu on May 11 2015, 5:27 PM.

Details

Summary

When -var-create fails, we will now show the error message from the failed evaluation if it is available.

Patch from chuckr@microsoft.com

Diff Detail

Repository
rL LLVM

Event Timeline

ChuckR updated this revision to Diff 25535.May 11 2015, 5:27 PM
ChuckR retitled this revision from to Show error message from failed evaluation when doing -var-create.
ChuckR updated this object.
ChuckR edited the test plan for this revision. (Show Details)
ChuckR added reviewers: abidh, ki.stfu.
ChuckR added subscribers: paulmaybee, Unknown Object (MLST).
ki.stfu accepted this revision.May 11 2015, 9:46 PM
ki.stfu edited edge metadata.
This revision is now accepted and ready to land.May 11 2015, 9:46 PM
ki.stfu commandeered this revision.May 11 2015, 11:01 PM
ki.stfu updated this object.
ki.stfu edited edge metadata.
ki.stfu edited reviewers, added: ChuckR; removed: ki.stfu.
This revision now requires review to proceed.May 11 2015, 11:01 PM
ki.stfu updated this revision to Diff 25551.May 11 2015, 11:02 PM

Rebase against ToT

ki.stfu updated this revision to Diff 25554.May 11 2015, 11:18 PM

Minor fixes

This revision was automatically updated to reflect the committed changes.
ChuckR edited edge metadata.May 11 2015, 11:56 PM

Thank you.