Skip to content
  1. May 27, 2003
  2. May 26, 2003
  3. May 25, 2003
  4. May 24, 2003
  5. May 23, 2003
    • Brian Gaeke's avatar
      Suggest -save-temps instead of -S, -E. · 627b9f4d
      Brian Gaeke authored
      llvm-svn: 6318
      627b9f4d
    • Brian Gaeke's avatar
      Remove ".bc" from the end of InputFile if it is there, in · b7521162
      Brian Gaeke authored
      tools/lli/lli.cpp:main().
      
      llvm-svn: 6317
      b7521162
    • Brian Gaeke's avatar
      gccld.cpp: · 5bfa37f4
      Brian Gaeke authored
       Fix typo in header.
       Add IsArchive static method.
       Roll LoadLibraryFromDirectory() into LoadLibrary(), and factor
        LoadLibraryExactName() out of the result. Instead of treating the current
        directory specially, just insert it into LibPaths in the beginning of
        main().
       Make LoadLibrary() take a "search" flag that says whether to search for the
        correct library, or just trust that LibName is right.
       Make LinkLibrary() take a "search" flag, and pass it to LoadLibrary().
       Change the for-loop over InputFilenames to detect ar archives and link them
        in as libraries without searching.
       Change the for-loop over Libraries to explicitly turn on the "search" flag
        to LinkLibrary() that makes LoadLibrary() search for the correct library
        (i.e., when processing -lNAME options.)
      
      llvm-svn: 6316
      5bfa37f4
    • Chris Lattner's avatar
      Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll · 98fa07b1
      Chris Lattner authored
      This was a problem with constants having their types resolved to some new type,
      but there was already a constant of the new type created.  Before, these types
      were never merged together, now they are.
      
      llvm-svn: 6314
      98fa07b1
Loading