[all-commits] [llvm/llvm-project] e4a79b: [LLD] [MinGW] Fall back to using default target if...

jeremyd2019 via All-commits all-commits at lists.llvm.org
Thu Apr 10 14:20:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4a79b7122cbe6470c1a42e7b3549c37a1a6408d
      https://github.com/llvm/llvm-project/commit/e4a79b7122cbe6470c1a42e7b3549c37a1a6408d
  Author: jeremyd2019 <github at jdrake.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M lld/MinGW/Driver.cpp

  Log Message:
  -----------
  [LLD] [MinGW] Fall back to using default target if no -m flag given. (#134700)

On Cygwin at least, GCC is not passing any -m flag to the linker, so
fall back to the default target triple to determine if we need to apply
i386-specific behaviors.

Fixes #134558



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