[llvm-commits] CVS: llvm/test/Regression/Linker/2003-04-23-LinkOnceLost.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 23 13:39:01 PDT 2003
Changes in directory llvm/test/Regression/Linker:
2003-04-23-LinkOnceLost.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/Linker/2003-04-23-LinkOnceLost.ll
diff -c /dev/null llvm/test/Regression/Linker/2003-04-23-LinkOnceLost.ll:1.1
*** /dev/null Wed Apr 23 13:38:34 2003
--- llvm/test/Regression/Linker/2003-04-23-LinkOnceLost.ll Wed Apr 23 13:38:24 2003
***************
*** 0 ****
--- 1,8 ----
+ ; This fails because the linker renames the non-opaque type not the opaque
+ ; one...
+
+ ; RUN: echo "implementation linkonce void %foo() { ret void } " | as > Output/%s.2.bc
+ ; RUN: as < %s > Output/%s.1.bc
+ ; RUN: link Output/%s.[12].bc | dis | grep foo | grep linkonce
+
+ declare void %foo()
More information about the llvm-commits
mailing list