forked from OSchip/llvm-project
[lli] Leaving two EH frame tests with MCJIT only after PowerPC failure
Will investigate these in isolation once the rest of D98931 successfully landed.
This commit is contained in:
parent
d4b3380dfe
commit
243fe0da99
|
@ -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*)
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue