[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp
Reid Spencer
reid at x10sys.com
Mon Jan 9 19:12:42 PST 2006
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.8 -> 1.9
---
Log message:
Be a little more explanatory in a comment.
---
Diffs of the changes: (+1 -1)
Linker.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Linker/Linker.cpp
diff -u llvm/lib/Linker/Linker.cpp:1.8 llvm/lib/Linker/Linker.cpp:1.9
--- llvm/lib/Linker/Linker.cpp:1.8 Tue Dec 13 14:00:37 2005
+++ llvm/lib/Linker/Linker.cpp Mon Jan 9 21:12:29 2006
@@ -134,7 +134,7 @@
if (FullPath.isArchive())
return FullPath;
- // Try the libX.so form
+ // Try the libX.so (or .dylib) form
FullPath.eraseSuffix();
FullPath.appendSuffix(&(LTDL_SHLIB_EXT[1]));
if (FullPath.isDynamicLibrary()) // Native shared library?
More information about the llvm-commits
mailing list