Changes in directory llvm/include/llvm:
Linker.h updated: 1.22 -> 1.23
---
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 the native link line fails because there
Changes in directory llvm/include/llvm:
Linker.h updated: 1.21 -> 1.22
---
Log message:
Make the LinkInFile and LinkInLibrary both return an indication of whether
the file was found to be a native library (and thus not linked by these
functions).
---
Diffs of the changes: (+3 -2)
Linker.h
Changes in directory llvm/include/llvm:
Linker.h updated: 1.20 -> 1.21
---
Log message:
Minor style fixes from review.
---
Diffs of the changes: (+3 -1)
Linker.h |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Linker.h
diff -u llvm/include/llvm/Linke
Changes in directory llvm/include/llvm:
Linker.h updated: 1.19 -> 1.20
---
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!
---
Diffs of the changes: (+3 -2)
Linker.
Changes in directory llvm/include/llvm:
Linker.h updated: 1.17 -> 1.18
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their use
Changes in directory llvm/include/llvm:
Linker.h updated: 1.16 -> 1.17
---
Log message:
more standards compliance (damn, I can't wait for unordered_set (tee hee)
and unordered_map to make it into the standard)
Hurry up, JTC1 SC22 WG21 Library Working Group!
---
Diffs of the changes: (+1 -0
Changes in directory llvm/include/llvm:
Linker.h updated: 1.15 -> 1.16
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which produc