forked from OSchip/llvm-project
This should not run lli, that is for llvm-test.
llvm-svn: 22656
This commit is contained in:
parent
af783c58cf
commit
ed87aa97d4
|
@ -4,7 +4,7 @@
|
|||
;
|
||||
; This is distilled from a monsterous crafty example.
|
||||
|
||||
; RUN: llvm-as < %s | opt -licm | lli
|
||||
; RUN: llvm-as < %s | opt -licm -disable-output
|
||||
|
||||
%G = weak global int 0 ; <int*> [#uses=13]
|
||||
|
||||
|
|
Loading…
Reference in New Issue