diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-02-04 16:21:38 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-02-04 16:21:38 +0000 |
commit | e4dff62f64082770ac35bf556142b89e8d00d500 (patch) | |
tree | 471f4a0ea5aa4f51d8abe412dcd8c4f5b109f115 /llvm/test/CodeGen/Hexagon/struct_args_large.ll | |
parent | e8cbae32e966b7c66072aa0edd950a718217eccf (diff) | |
download | bcm5719-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.ll | 2 |
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{{.}} |