[all-commits] [llvm/llvm-project] 76041a: [flang][nfc] Refactor linker invocation logic (#75...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Sat Dec 16 03:13:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76041a45bbe3cd2b3b3acad46267f27815e6a652
      https://github.com/llvm/llvm-project/commit/76041a45bbe3cd2b3b3acad46267f27815e6a652
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp

  Log Message:
  -----------
  [flang][nfc] Refactor linker invocation logic (#75648)

Refactor how the Fortran runtime libs are added to the linker
invocation. This is a non-functional change.

This is an updated version of #75534. This iteration makes sure that
FortranMain.a comes before FortranRuntme.a (the former depends on the
latter).




More information about the All-commits mailing list