[llvm] 243fe0d - [lli] Leaving two EH frame tests with MCJIT only after PowerPC failure
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 03:28:45 PDT 2021
Author: Stefan Gränitz
Date: 2021-03-30T12:28:22+02:00
New Revision: 243fe0da9980c92e06701318d3bbdd5f5597a83a
URL: https://github.com/llvm/llvm-project/commit/243fe0da9980c92e06701318d3bbdd5f5597a83a
DIFF: https://github.com/llvm/llvm-project/commit/243fe0da9980c92e06701318d3bbdd5f5597a83a.diff
LOG: [lli] Leaving two EH frame tests with MCJIT only after PowerPC failure
Will investigate these in isolation once the rest of D98931 successfully landed.
Added:
Modified:
llvm/test/ExecutionEngine/MCJIT/eh.ll
llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
Removed:
################################################################################
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh.ll b/llvm/test/ExecutionEngine/MCJIT/eh.ll
index bf5faf2fb2e6..ed5ff644d226 100644
--- a/llvm/test/ExecutionEngine/MCJIT/eh.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/eh.ll
@@ -1,6 +1,6 @@
; REQUIRES: cxx-shared-library
; RUN: %lli -jit-kind=mcjit %s
-; RUN: %lli %s
+
; XFAIL: arm, cygwin, windows-msvc, windows-gnu
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
index a7ae86eddb58..3709aa441a64 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
@@ -1,6 +1,6 @@
; REQUIRES: cxx-shared-library
; RUN: %lli -jit-kind=mcjit -extra-module=%p/Inputs/multi-module-eh-b.ll %s
-; RUN: %lli -extra-module=%p/Inputs/multi-module-eh-b.ll %s
+
; XFAIL: arm, cygwin, windows-msvc, windows-gnu
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
More information about the llvm-commits
mailing list