summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 01:50:50 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 01:50:50 +0000
commitfbeb4a2520f8e88b26be7c1aecda18b2952eaac5 (patch)
treeb24f7a55de964471ce148c36f15bf58230807969 /test/ExecutionEngine/MCJIT/eh-lg-pic.ll
parente3b29fbc5f4d7632a88b6f470a96cc6ac09e31ed (diff)
downloadllvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.gz
llvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.bz2
llvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.xz
Marking MCJIT PIC tests as XFAIL on AArch64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/eh-lg-pic.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/eh-lg-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/eh-lg-pic.ll b/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
index 7c6fe2e2f0..1f88fcb38f 100644
--- a/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
+++ b/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=large %s
-; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386
+; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)