This is an archive of the discontinued LLVM Phabricator instance.

[BPF] Remove exit-on-error from tests (PR27768, PR27769)
ClosedPublic

Authored by rovka on May 27 2016, 4:58 AM.

Details

Summary

The exit-on-error flag is necessary to avoid some assertions/unreachables. We can get past them by creating a few dummy nodes.

Fixes PR27768, PR27769.

Last patch removing exit-on-error on the BPF side :)

Diff Detail

Repository
rL LLVM

Event Timeline

rovka updated this revision to Diff 58769.May 27 2016, 4:58 AM
rovka retitled this revision from to [BPF] Remove exit-on-error from tests (PR27768, PR27769).
rovka updated this object.
rovka added a reviewer: ast.
rovka added subscribers: llvm-commits, rengolin.
ast accepted this revision.May 27 2016, 8:20 AM
ast edited edge metadata.

looks good. thanks!

This revision is now accepted and ready to land.May 27 2016, 8:20 AM
This revision was automatically updated to reflect the committed changes.