[all-commits] [llvm/llvm-project] da093c: [lld] Remove special cases from default ld driver ...

Dan Albert via All-commits all-commits at lists.llvm.org
Wed Apr 29 12:29:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: da093c388fc9a559295faa6265cb8b1643ce9eeb
      https://github.com/llvm/llvm-project/commit/da093c388fc9a559295faa6265cb8b1643ce9eeb
  Author: Dan Albert <danalbert at google.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M lld/tools/lld/lld.cpp

  Log Message:
  -----------
  [lld] Remove special cases from default ld driver mode.

Summary:
Use the Gnu driver mode by default for all platforms when ld is
invoked. Other names for the program (such as link or ld64) continue
working as before.

Reviewers: MaskRay, int3, srhines, smeenai, ruiu

Reviewed By: MaskRay, srhines, smeenai, ruiu

Subscribers: smeenai, srhines, nickdesaulniers, llvm-commits

Tags: #lld, #llvm

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




More information about the All-commits mailing list