aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker/LinkLibraries.cpp
AgeCommit message (Collapse)Author
2005-03-15consolidate LinkLibraries into LinkItemsChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20629 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-19Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20253 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-13Add missing space in a comment.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18870 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-13This file contains only the Linker's library linking supportReid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18858 91177308-0d34-0410-b5e6-96231b3b80d8