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
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
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!
---