[all-commits] [llvm/llvm-project] eb4eef: [LLD][COFF] Add support for /noimplib

Tobias Hieta via All-commits all-commits at lists.llvm.org
Wed Apr 13 01:32:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb4eef9ec4e5c4869aa76295a10e422f54951214
      https://github.com/llvm/llvm-project/commit/eb4eef9ec4e5c4869aa76295a10e422f54951214
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Options.td
    A lld/test/COFF/noimplib.test

  Log Message:
  -----------
  [LLD][COFF] Add support for /noimplib

Mostly for compatibility reasons with link.exe this flag
makes sure we don't write a implib - not even when /implib
is also passed, that's how link.exe works.

Reviewed By: mstorsjo

Differential Revision: https://reviews.llvm.org/D123591




More information about the All-commits mailing list