From 91768a2c0ddb6a26a28e1124f545a5894d7b6633 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 6 Jan 2014 00:43:04 +0000 Subject: [PATCH] Try to fix s390x build bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198577 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/builtin-returnaddress-error.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Generic/builtin-returnaddress-error.ll b/test/CodeGen/Generic/builtin-returnaddress-error.ll index f39f1c51c1c..cc124d6bd45 100644 --- a/test/CodeGen/Generic/builtin-returnaddress-error.ll +++ b/test/CodeGen/Generic/builtin-returnaddress-error.ll @@ -1,6 +1,6 @@ ; RUN: not llc < %s -O0 2> %t1 ; RUN: FileCheck %s < %t1 -; XFAIL: ppc64,mips +; XFAIL: ppc64,mips,s390x ; PR18363 ; CHECK: argument to '__builtin_return_address' must be a constant integer