summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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