forked from OSchip/llvm-project
Remove obsolete -abort-on-exception flag from LLI
llvm-svn: 8561
This commit is contained in:
parent
60c4583f2f
commit
d63ea11a0c
|
@ -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