X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-08-23-RecursiveOpaqueTypeResolve.ll;h=5041467604ae86cef84df8b9036f4365e9a4bc07;hb=6fa1c051dc515b6fd1f9a26ac12fed985469bff5;hp=90e93335d06ce6623fc8a377afa0e31073cbd599;hpb=b6cb66f1c3d0fa98132ef85b4c93a700439572db;p=oota-llvm.git diff --git a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll index 90e93335d06..5041467604a 100644 --- a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll +++ b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll @@ -1,8 +1,9 @@ ; It's a bad idea to go recursively traipsing through types without a safety ; net. -; RUN: llvm-as < %s > Output/%s.out1.bc -; RUN: echo "%S = type { %S*, int* }" | llvm-as > Output/%s.out2.bc -; RUN: llvm-link Output/%s.out[12].bc +; RUN: llvm-as < %s > %t.out1.bc +; RUN: echo "%S = type { %S*, i32* }" | llvm-as > %t.out2.bc +; RUN: llvm-link %t.out1.bc %t.out2.bc %S = type { %S*, opaque* } +