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:
Chris Lattner 2003-09-16 15:35:14 +00:00
parent e22040c84a
commit dd3e51dd35
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