summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/struct_args_large.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-02-04 16:21:38 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-02-04 16:21:38 +0000
commite4dff62f64082770ac35bf556142b89e8d00d500 (patch)
tree471f4a0ea5aa4f51d8abe412dcd8c4f5b109f115 /llvm/test/CodeGen/Hexagon/struct_args_large.ll
parente8cbae32e966b7c66072aa0edd950a718217eccf (diff)
downloadbcm5719-llvm-e4dff62f64082770ac35bf556142b89e8d00d500.tar.gz
bcm5719-llvm-e4dff62f64082770ac35bf556142b89e8d00d500.zip
The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:
Fix the lit bug that enabled this "feature" (empty triple is substring of all possible target triples) and change the two outliers to use the documented * syntax. llvm-svn: 259799
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/struct_args_large.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/struct_args_large.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/struct_args_large.ll b/llvm/test/CodeGen/Hexagon/struct_args_large.ll
index 1438d73eacf..fb4780b0e5a 100644
--- a/llvm/test/CodeGen/Hexagon/struct_args_large.ll
+++ b/llvm/test/CodeGen/Hexagon/struct_args_large.ll
@@ -1,4 +1,4 @@
-; XFAIL:
+; XFAIL: *
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: r[[T0:[0-9]+]] = CONST32(#s2)
; CHECK: memw(r29+#0) = r{{.}}
OpenPOWER on IntegriCloud