This is an archive of the discontinued LLVM Phabricator instance.

[BPF] Remove exit-on-error flag in test (PR27766)
ClosedPublic

Authored by rovka on May 20 2016, 8:51 AM.

Details

Summary

The exit-on-error flag on the many_args1.ll test is needed to avoid an unreachable in BPFTargetLowering::LowerCall. We can also avoid it by ignoring any superfluous arguments to the call (i.e. any arguments after the first 5).

Diff Detail

Event Timeline

rovka updated this revision to Diff 57935.May 20 2016, 8:51 AM
rovka retitled this revision from to [BPF] Remove exit-on-error flag in test (PR27766).
rovka updated this object.
rovka added a reviewer: ast.
rovka added subscribers: llvm-commits, rengolin.
ast accepted this revision.May 20 2016, 8:55 AM
ast edited edge metadata.

lgtm
thanks

This revision is now accepted and ready to land.May 20 2016, 8:55 AM
rovka closed this revision.May 23 2016, 5:44 AM

Thanks for reviewing.

r270419 (forgot to add it to the commit message)