Skip to content
  1. Dec 13, 2004
  2. Dec 10, 2004
  3. Dec 08, 2004
  4. Dec 05, 2004
    • Reid Spencer's avatar
      Fix PR139: \ · 1014afc7
      Reid Spencer authored
      Implement LinkItems and BuildLinkItems interfaces.
      
      llvm-svn: 18547
      1014afc7
  5. Dec 04, 2004
  6. Dec 03, 2004
  7. Dec 02, 2004
    • Reid Spencer's avatar
      PR466: · f78508b2
      Reid Spencer authored
      * 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.
      
      llvm-svn: 18428
      f78508b2
  8. Nov 30, 2004
  9. Nov 29, 2004
  10. Nov 25, 2004
  11. Nov 19, 2004
  12. Nov 16, 2004
  13. Nov 15, 2004
  14. Nov 14, 2004
  15. Nov 12, 2004
Loading