Skip to content
  • Tamar Christina's avatar
    48e39195
    linker: Fix BFD import libraries · 48e39195
    Tamar Christina authored and Marge Bot's avatar Marge Bot committed
    This commit fixes the BFD style import library support in the runtime
    linker.  This was accidentally broken during the refactoring to clang
    and went unnoticed because clang itself is unable to generate the BFD
    style import libraries.
    
    With this change we can not link against both GCC or Clang produced
    libraries again and intermix code produced by both compilers.
    48e39195
    linker: Fix BFD import libraries
    Tamar Christina authored and Marge Bot's avatar Marge Bot committed
    This commit fixes the BFD style import library support in the runtime
    linker.  This was accidentally broken during the refactoring to clang
    and went unnoticed because clang itself is unable to generate the BFD
    style import libraries.
    
    With this change we can not link against both GCC or Clang produced
    libraries again and intermix code produced by both compilers.
Loading