[llvm-commits] CVS: llvm/test/Regression/Linker/LinkOnce.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 16 16:22:01 PDT 2003
Changes in directory llvm/test/Regression/Linker:
LinkOnce.ll added (r1.1)
---
Log message:
Add tests for linker and linkonce globals
---
Diffs of the changes:
Index: llvm/test/Regression/Linker/LinkOnce.ll
diff -c /dev/null llvm/test/Regression/Linker/LinkOnce.ll:1.1
*** /dev/null Wed Apr 16 16:21:45 2003
--- llvm/test/Regression/Linker/LinkOnce.ll Wed Apr 16 16:21:35 2003
***************
*** 0 ****
--- 1,8 ----
+ ; This fails because the linker renames the non-opaque type not the opaque
+ ; one...
+
+ ; RUN: echo "%X = linkonce global int 8" | as > Output/%s.2.bc
+ ; RUN: as < %s > Output/%s.1.bc
+ ; RUN: link Output/%s.[12].bc | dis
+
+ %X = linkonce global int 7
More information about the llvm-commits
mailing list