[llvm-commits] CVS: llvm/lib/Linker/LinkArchives.cpp LinkItems.cpp Linker.cpp

2007-05-05 Thread Chris Lattner
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.57 -> 1.58 LinkItems.cpp updated: 1.14 -> 1.15 Linker.cpp updated: 1.14 -> 1.15 --- Log message: add bitcode support --- Diffs of the changes: (+23 -4) LinkArchives.cpp |1 - LinkItems.cpp|2 ++ Linker.cpp

[llvm-commits] CVS: llvm/lib/Linker/LinkArchives.cpp LinkItems.cpp

2007-04-29 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.56 -> 1.57 LinkItems.cpp updated: 1.13 -> 1.14 --- Log message: If an archive is not recognized as an LLVM bytecode archive then declare that it is native so that the linker will pass it on downstream. This avoids a problem where

[llvm-commits] CVS: llvm/lib/Linker/LinkArchives.cpp LinkItems.cpp

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.52 -> 1.53 LinkItems.cpp updated: 1.8 -> 1.9 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! ---