[all-commits] [llvm/llvm-project] 5c7fa9: [flang][driver] Allow explicit specification of -l...

Tom Eccles via All-commits all-commits at lists.llvm.org
Sat Feb 3 09:19:22 PST 2024


  Branch: refs/reviewable/pr78152/r2
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c7fa9c3ef911674e5b6888fcba4289834d04fda
      https://github.com/llvm/llvm-project/commit/5c7fa9c3ef911674e5b6888fcba4289834d04fda
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M flang/test/Driver/linker-flags.f90

  Log Message:
  -----------
  [flang][driver] Allow explicit specification of -lFortran_main

I can understand there might be differing opinions on whether this is
actually a bug. My thinking is that -lFortran_main should behave the
same as -lFortranRuntime.


  Commit: 7eb03ef56d278bc800884dfa0f33ee9b0ebccdb4
      https://github.com/llvm/llvm-project/commit/7eb03ef56d278bc800884dfa0f33ee9b0ebccdb4
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M flang/test/Driver/linker-flags.f90

  Log Message:
  -----------
  Don't run the test on Windows

Windows uses different linker logic, which is unchanged by and not
related to this patch.


Compare: https://github.com/llvm/llvm-project/compare/5c7fa9c3ef91%5E...7eb03ef56d27


More information about the All-commits mailing list