[lli] Leaving two EH frame tests with MCJIT only after PowerPC failure
authorStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 30 Mar 2021 10:26:52 +0000 (12:26 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 30 Mar 2021 10:28:22 +0000 (12:28 +0200)
Will investigate these in isolation once the rest of D98931 successfully landed.

llvm/test/ExecutionEngine/MCJIT/eh.ll
llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll

index bf5faf2..ed5ff64 100644 (file)
@@ -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*)
index a7ae86e..3709aa4 100644 (file)
@@ -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*)