Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Support .lib archive file. · b95e8332
    Rui Ueyama authored
    Archive file in Windows has file extension of ".lib" but the file format is
    in fact the same as Unix. It's an ar archive holding multiple .obj files.
    The existing archive reader can read .lib files.
    
    llvm-svn: 184036
    b95e8332
Loading