summaryrefslogtreecommitdiff
path: root/test/CodeGen/BPF
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-05-23 14:57:19 +0000
committerDiana Picus <diana.picus@linaro.org>2016-05-23 14:57:19 +0000
commitbbf43bf00687f03c40bfba4c36b48ec37d62ccef (patch)
tree0256b6a1f12e3b6f229d727bf99ee0fe5702a09b /test/CodeGen/BPF
parentab5f9266a717414733cbe353b628c58de443e169 (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
Diffstat (limited to 'test/CodeGen/BPF')
-rw-r--r--test/CodeGen/BPF/many_args1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/BPF/many_args1.ll b/test/CodeGen/BPF/many_args1.ll
index a5500dad1ed..08218f452d0 100644
--- a/test/CodeGen/BPF/many_args1.ll
+++ b/test/CodeGen/BPF/many_args1.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -march=bpf -exit-on-error < %s 2> %t1
+; RUN: not llc -march=bpf < %s 2> %t1
; RUN: FileCheck %s < %t1
; CHECK: too many args