[all-commits] [llvm/llvm-project] 3c4e6c: [flang][Driver] When linking with the Fortran runt...

Paul Osmialowski via All-commits all-commits at lists.llvm.org
Wed Nov 6 03:26:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c4e6c17f066d9cf5a5b065a05bdff472f721bf6
      https://github.com/llvm/llvm-project/commit/3c4e6c17f066d9cf5a5b065a05bdff472f721bf6
  Author: Paul Osmialowski <pawel.osmialowski at arm.com>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M flang/test/Driver/arch-specific-libdir-rpath.f95

  Log Message:
  -----------
  [flang][Driver] When linking with the Fortran runtime, the `addArchSpecificRPath()` should be called too (#114837)

When linking with other runtimes (OpenMP, sanitizers), the
addArchSpecificRPath() is being called. The same thing should happen
when linking with the Fortran runtime, this will improve user experience
massively.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list