diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll index c3db6387aff..4b830326051 100644 --- a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll +++ b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll @@ -1,9 +1,12 @@ -; RUN: llc < %s -march=mips -o %t -; RUN: grep {rodata.str1.4,"aMS",@progbits} %t | count 1 -; RUN: grep {r.data,} %t | count 1 -; RUN: grep {\%hi} %t | count 2 -; RUN: grep {\%lo} %t | count 2 -; RUN: not grep {gp_rel} %t +; DISABLED: llc < %s -march=mips -o %t +; DISABLED: grep {rodata.str1.4,"aMS",@progbits} %t | count 1 +; DISABLED: grep {r.data,} %t | count 1 +; DISABLED: grep {\%hi} %t | count 2 +; DISABLED: grep {\%lo} %t | count 2 +; DISABLED: not grep {gp_rel} %t +; RUN: false ++; XFAIL: * + target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-unknown-psp-elf" |