Remove obsolete -abort-on-exception flag from LLI

llvm-svn: 8561
This commit is contained in:
Chris Lattner 2003-09-16 15:35:14 +00:00
parent 60c4583f2f
commit d63ea11a0c
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

@ -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