Update tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-13 23:33:17 +00:00
parent c01ab8f3e1
commit aa82943a1d
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
; RUN: llvm-as < %s | llc -march=c > %t1.cbe.c
; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
; RUN: %t1.cbe

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
; RUN: llvm-as < %s | llc -march=c | grep common | grep X
%X = linkonce global int 5

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
; RUN: llvm-as < %s | llc -march=c > %t1.cbe.c
; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
; RUN: %t1.cbe

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
; RUN: llvm-as < %s | llc -march=c | grep common | grep X
%X = linkonce global int 5