Write the line info to .debug_line.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem.ll
index eee1135dfb466748804bbaee993c36fa2941c91c..86979f60d1727209f631f7415394c6e6b197f35e 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
-; RUN: as < %s > Output/%s.1.bc
-; RUN: link Output/%s.[12].bc
+; RUN: echo {%T = type opaque} | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-link %t.1.bc %t.2.bc
 
 %T = type opaque
-%a = constant { %T* }  { %T* null }
+@a = constant { %T* } zeroinitializer          ; <{ %T* }*> [#uses=0]