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

Tobias Hieta via All-commits all-commits at lists.llvm.org
Wed Apr 13 07:41:47 PDT 2022


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

  Changed paths:
    M lld/COFF/Options.td

  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.

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


  Commit: 837d16fb4c1cb00c5d0c72a0dff543f0bd5ff770
      https://github.com/llvm/llvm-project/commit/837d16fb4c1cb00c5d0c72a0dff543f0bd5ff770
  Author: Tobias Hieta <tobias.hieta at ubisoft.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M lld/COFF/Driver.cpp

  Log Message:
  -----------
  [NFC] Simplify /noimplib argument logic


Compare: https://github.com/llvm/llvm-project/compare/fd0641b58c37...837d16fb4c1c


More information about the All-commits mailing list