[all-commits] [llvm/llvm-project] 910f6a: [Clang][Driver] Valid `-march` value is not mandat...

Victor Campos via All-commits all-commits at lists.llvm.org
Tue Jul 29 06:43:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 910f6ad15abd0c812ba5df73232215bc7533f7d1
      https://github.com/llvm/llvm-project/commit/910f6ad15abd0c812ba5df73232215bc7533f7d1
  Author: Victor Campos <victor.campos at arm.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M clang/lib/Driver/ToolChain.cpp
    A clang/test/Driver/arm-aarch64-multilib-invalid-arch.c

  Log Message:
  -----------
  [Clang][Driver] Valid `-march` value is not mandatory in AArch64 multilib (#151103)

If a user passed an invalid value to `-march`, an assertion failure
happened in the AArch64 multilib logic.

But an invalid `-march` value is an expected case that should be handled
via error messages.

This patch removes the requirement that the `-march` value must be
valid.



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