summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2014-01-05 03:10:56 +0000
committerBill Wendling <isanbard@gmail.com>2014-01-05 03:10:56 +0000
commit62107b62682ecdb4f03c1d773523754e9ac8188c (patch)
tree6cb10b3fcfd2d17d6a6cdbb36d4e6c65b2540852 /test/CodeGen/Generic
parentdb3031fcb875126f1e9495d1267e6034b58c107d (diff)
downloadllvm-62107b62682ecdb4f03c1d773523754e9ac8188c.tar.gz
llvm-62107b62682ecdb4f03c1d773523754e9ac8188c.tar.bz2
llvm-62107b62682ecdb4f03c1d773523754e9ac8188c.tar.xz
Attempt to fix buildbots by XFAILing some architectures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/builtin-returnaddress-error.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/builtin-returnaddress-error.ll b/test/CodeGen/Generic/builtin-returnaddress-error.ll
index d3bd157152..f39f1c51c1 100644
--- a/test/CodeGen/Generic/builtin-returnaddress-error.ll
+++ b/test/CodeGen/Generic/builtin-returnaddress-error.ll
@@ -1,5 +1,7 @@
; RUN: not llc < %s -O0 2> %t1
; RUN: FileCheck %s < %t1
+; XFAIL: ppc64,mips
+; PR18363
; CHECK: argument to '__builtin_return_address' must be a constant integer