mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove obsolete -abort-on-exception flag from LLI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e22040c84a
commit
dd3e51dd35
@ -2,7 +2,7 @@
|
||||
; getelementptr instruction... with a bad level raise pass, this code
|
||||
; will segfault on execution.
|
||||
;
|
||||
; RUN: llvm-as < %s | opt -raise |lli -abort-on-exception
|
||||
; RUN: llvm-as < %s | opt -raise |lli
|
||||
|
||||
%Village = type { [4 x \3 *], \2 *, { \2 *, { int, int, int, \5 * } *, \2 * }, { int, int, int, { \2 *, { int, int, int, \6 * } *, \2 * }, { \2 *, { int, int,
|
||||
int, \6 * } *, \2 * }, { \2 *, { int, int, int, \6 * } *, \2 * }, { \2 *, { int, int, int, \6 * } *, \2 * } }, int, int }
|
||||
|
@ -3,7 +3,7 @@
|
||||
; to a 32 bit version of the number with all upper 16 bits clear (ushort->uint
|
||||
; involves no sign extension). Optimizing this to a single cast is invalid!
|
||||
;
|
||||
; RUN: llvm-as < %s | opt -raise -q | lli -abort-on-exception
|
||||
; RUN: llvm-as < %s | opt -raise -q | lli
|
||||
;
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user