[PATCH] D124090: [ARM] add Armv9 build attribute

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 06:44:23 PDT 2022


stuij created this revision.
Herald added subscribers: jdoerfert, hiraditya, kristof.beyls.
Herald added a project: All.
stuij requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The build attribute number can be found in the Arm ABI addenda32 document:
https://github.com/ARM-software/abi-aa/blob/main/addenda32/addenda32.rst#335target-related-attributes


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124090

Files:
  llvm/include/llvm/Support/ARMBuildAttributes.h
  llvm/include/llvm/Support/ARMTargetParser.def
  llvm/lib/Object/ELFObjectFile.cpp
  llvm/lib/Support/ARMAttributeParser.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  llvm/unittests/Support/ARMAttributeParser.cpp
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124090.423896.patch
Type: text/x-patch
Size: 7451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220420/23c2d4a6/attachment.bin>


More information about the llvm-commits mailing list