X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-04-26-NullPtrLinkProblem.ll;h=029bce264a592adb038342a19ee870db3483205e;hb=f38d14f03e495ea98ae16bda6febbde276513294;hp=03447b12b1879f9feea9271b9ad7cbc485804a26;hpb=b6cb66f1c3d0fa98132ef85b4c93a700439572db;p=oota-llvm.git diff --git a/test/Linker/2003-04-26-NullPtrLinkProblem.ll b/test/Linker/2003-04-26-NullPtrLinkProblem.ll index 03447b12b18..029bce264a5 100644 --- a/test/Linker/2003-04-26-NullPtrLinkProblem.ll +++ b/test/Linker/2003-04-26-NullPtrLinkProblem.ll @@ -1,9 +1,9 @@ ; This one fails because the LLVM runtime is allowing two null pointers of ; the same type to be created! -; RUN: echo "%T = type int" | llvm-as > %t.2.bc -; RUN: llvm-as < %s > %t.1.bc -; RUN: llvm-link %t.[12].bc +; RUN: echo {%T = type int} | llvm-upgrade | llvm-as > %t.2.bc +; RUN: llvm-upgrade < %s | llvm-as -f > %t.1.bc +; RUN: llvm-link %t.1.bc %t.2.bc %T = type opaque