This is an archive of the discontinued LLVM Phabricator instance.

[llc] Remove exit-on-error flag (PR27759)
ClosedPublic

Authored by rovka on Jun 15 2016, 3:49 AM.

Details

Summary

This flag was introduced in r269655 with the new diagnostic handler for llc. Its purpose was to keep the old behavior for some of the tests that didn't recover well after an error. Those tests have been fixed, so now it's safe to remove the flag entirely.

Fixes PR27759.

! NOTE ! The AMDGPU tests are still pending (D20852).

Diff Detail

Repository
rL LLVM

Event Timeline

rovka updated this revision to Diff 60806.Jun 15 2016, 3:49 AM
rovka retitled this revision from to [llc] Remove exit-on-error flag (PR27759).
rovka updated this object.
rovka updated this object.
rovka updated this object.Jun 15 2016, 7:47 AM
rovka added reviewers: rnk, t.p.northover, echristo.
rovka added subscribers: llvm-commits, rengolin.
rnk accepted this revision.Jun 15 2016, 8:02 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jun 15 2016, 8:02 AM
This revision was automatically updated to reflect the committed changes.