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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.54 -> 1.55 LinkModules.cpp updated: 1.129 -> 1.130 --- Log message: For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as isDeclaration to avoid confusion with external linkage types. --- Diffs of the chang

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

2006-09-14 Thread Anton Korobeynikov
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.50 -> 1.51 LinkModules.cpp updated: 1.116 -> 1.117 --- Log message: Adding dllimport, dllexport and external weak linkage types. DLL* linkages got full (I hope) codegeneration support in C & both x86 assembler backends. External