[all-commits] [llvm/llvm-project] 3097ab: [ARM][MC] Add support for Armv8.1-M Mainline to '....

Thomas BIZET via All-commits all-commits at lists.llvm.org
Thu Apr 10 08:27:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3097ab0fe88809ca0cba754079766a56ec111df1
      https://github.com/llvm/llvm-project/commit/3097ab0fe88809ca0cba754079766a56ec111df1
  Author: Thomas BIZET <thomas.bizet at foss.st.com>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
    A llvm/test/MC/ARM/directive-arch-armv8.1-m.s
    A llvm/test/MC/ARM/directive-arch-armv8.1m.s

  Log Message:
  -----------
  [ARM][MC] Add support for Armv8.1-M Mainline to '.arch' asm directive (#135184)

Armv8.1-M Mainline architecture is supported by Clang's driver & LLVM's
ARM backend, but MC would report an 'Unknown Arch: armv8.1-m.main' error
when processing '.arch armv8.1-m.main' assembler directives.



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