[all-commits] [llvm/llvm-project] 385311: [SPARC][Driver] Set correct IAS mode defaults for ...

Koakuma via All-commits all-commits at lists.llvm.org
Sun Mar 23 06:57:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 385311625945e65990bd60bea76a045dcaf3f47b
      https://github.com/llvm/llvm-project/commit/385311625945e65990bd60bea76a045dcaf3f47b
  Author: Koakuma <koachan at protonmail.com>
  Date:   2025-03-23 (Sun, 23 Mar 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/sparc-ias-Wa.s

  Log Message:
  -----------
  [SPARC][Driver] Set correct IAS mode defaults for Linux and Free/OpenBSD (#130108)

On those OSes, clang should set the assembler to enable VIS by default.
This is already the case when clang calls an external assembler, so make
sure clang+IAS use the same defaults.

This should fix [issue #125124](https://github.com/llvm/llvm-project/issues/125124).



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