summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit4002a941faa3c86de3be45245a2a02d601398df1 (patch)
tree2e1a79222a29a6aaacf69002b1679ca6467055ce /llvm/test/CodeGen/Generic
parentd11572818b0017be0803aee88f86e683a0c4415b (diff)
downloadbcm5719-llvm-4002a941faa3c86de3be45245a2a02d601398df1.tar.gz
bcm5719-llvm-4002a941faa3c86de3be45245a2a02d601398df1.zip
Attempt to fix buildbots by XFAILing some architectures.
llvm-svn: 198537
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/builtin-returnaddress-error.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/builtin-returnaddress-error.ll b/llvm/test/CodeGen/Generic/builtin-returnaddress-error.ll
index d3bd1571523..f39f1c51c1c 100644
--- a/llvm/test/CodeGen/Generic/builtin-returnaddress-error.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud