mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
For PR1319:
Convert to use new llvm.exp version of llvm_testrun git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a03bdac51
commit
6f254906c5
@ -1,4 +1,4 @@
|
||||
load_lib llvm-dg.exp
|
||||
load_lib llvm.exp
|
||||
|
||||
llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: opt -anders-aa -load-vn -gcse -instcombine | llvm-dis | \
|
||||
; RUN: grep 'ret i1 true'
|
||||
; RUN: grep {ret i1 true}
|
||||
|
||||
%G = internal global int* null
|
||||
declare int *%ext()
|
||||
|
Loading…
Reference in New Issue
Block a user