commit | bbf43bf00687f03c40bfba4c36b48ec37d62ccef | [log] [tgz] |
---|---|---|
author | Diana Picus <diana.picus@linaro.org> | Mon May 23 14:57:19 2016 +0000 |
committer | Diana Picus <diana.picus@linaro.org> | Mon May 23 14:57:19 2016 +0000 |
tree | 0256b6a1f12e3b6f229d727bf99ee0fe5702a09b | |
parent | ab5f9266a717414733cbe353b628c58de443e169 [diff] |
[BPF] Remove exit-on-error flag in test (PR27766) 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). Fixes PR27766. Differential Revision: http://reviews.llvm.org/D20471 v2 of r270419 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270440 91177308-0d34-0410-b5e6-96231b3b80d8