summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/eh.ll
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-01-07 21:27:26 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-01-07 21:27:26 +0000
commit82826f7a5504761beef1b71fd32abf7114645a81 (patch)
treeae86dfdc04bfc716b8696d41279313a0a8ff13c8 /llvm/test/ExecutionEngine/MCJIT/eh.ll
parent67dd2d25a31736df8536a4253cfc162b0a62e0c2 (diff)
downloadbcm5719-llvm-82826f7a5504761beef1b71fd32abf7114645a81.tar.gz
bcm5719-llvm-82826f7a5504761beef1b71fd32abf7114645a81.zip
XFAIL several MCJIT EH tests under ASan and MSan bootstrap.
llvm-svn: 225393
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/eh.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/eh.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh.ll b/llvm/test/ExecutionEngine/MCJIT/eh.ll
index aa81bb52a59..9f73e3a9937 100644
--- a/llvm/test/ExecutionEngine/MCJIT/eh.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/eh.ll
@@ -1,5 +1,5 @@
; RUN: %lli %s
-; XFAIL: arm, cygwin, win32, mingw
+; XFAIL: arm, cygwin, win32, mingw, asan, msan
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)
OpenPOWER on IntegriCloud