diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:52:10 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:52:10 +0000 |
commit | be0b356593c5d87c93e83250a99878878fc62c31 (patch) | |
tree | 132ece3092bb9b48edc98d5eaa56fc77d33e11c1 /lib/Target/CBackend/CBackend.cpp | |
parent | 8aa9a8ca989c9e5c14e278550f17521a35a781cb (diff) |
PR466:
* Make the linker find lib*.bca files now instead of lib*.bc since those
are what the makefiles now generate for bytecode archives.
* Make sure the linker only links archives when LinkLibraries is called.
Previously if it found a lib*.bc file and that file was a bytecode file,
it would link in the entire bytecode. This could make -lc -lc fail with
duplicate symbols error but it shouldn't as searching multiple libraries,
even the same one more than once, is permitted.
* Now that the above problems are corrected, implement the dependent libs
feature. After the module is linked with all specified libraries, the
LinkLibraries function will obtain the set of dependent libraries from
the linked modules and attemp to find and link against those libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
0 files changed, 0 insertions, 0 deletions