[all-commits] [llvm/llvm-project] ec1998: [lld][COFF] Don't handle an input file multiple ti...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Jun 6 11:09:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec1998cd48b5e4cd7894dd024f990c31ddb58e6d
      https://github.com/llvm/llvm-project/commit/ec1998cd48b5e4cd7894dd024f990c31ddb58e6d
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M lld/COFF/Driver.cpp
    M lld/test/COFF/winsysroot.test

  Log Message:
  -----------
  [lld][COFF] Don't handle an input file multiple times when retrying

Follow up to D151815.

Or else we properly handle the first instance of a file, then error out on the second instance of the same file.

Reviewed By: rnk

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




More information about the All-commits mailing list