X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2004-05-07-TypeResolution1.ll;h=1c90079eae96ab9dd43f4f5dbdec8b95e4e932b4;hb=b8f43875c3e532666dd736aa3823c5edf4114a05;hp=94ce3d02c00fbef63160824b83db1577b06b4fd1;hpb=3a386d4929b91678563560505934df4bb9d3d7ff;p=oota-llvm.git diff --git a/test/Linker/2004-05-07-TypeResolution1.ll b/test/Linker/2004-05-07-TypeResolution1.ll index 94ce3d02c00..1c90079eae9 100644 --- a/test/Linker/2004-05-07-TypeResolution1.ll +++ b/test/Linker/2004-05-07-TypeResolution1.ll @@ -1,5 +1,6 @@ -; RUN: llvm-as -f < %s > %t1.bc -; RUN: llvm-as -f < `dirname %s`/2004-05-07-TypeResolution2.ll > %t2.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc +; RUN: llvm-upgrade < %p/2004-05-07-TypeResolution2.ll | \ +; RUN: llvm-as -o %t2.bc -f ; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc target endian = little