Added the CXXTest test class.
[oota-llvm.git] / test / Linker / testlink1.ll
index 898188b5c6751ec50f712daeb5ca952f92c07d0e..54172390031f0eaa7c86a7a7161692e486b756c0 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: as < %s > Output/%s.bc
-; RUN: as < testlink2.ll > Output/testlink2.bc
-; RUN: link Output/%s.bc Output/testlink2.bc
+; RUN: llvm-as < %s > %t.bc
+; RUN: llvm-as < `dirname %s`/testlink2.ll > %t2.bc
+; RUN: llvm-link %t.bc %t2.bc
 
 %MyVar     = external global int
 %MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }
@@ -12,7 +12,7 @@
 %Intern2   = internal constant int 792
 
 ; Initialized to point to external %MyVar
-%MyVarPtr  = global { int * }  { int * %MyVar }
+%MyVarPtr  = linkonce global { int * }  { int * %MyVar }
 
 declare int "foo"(int %blah)      ;; Declared in testlink2.ll