[all-commits] [llvm/llvm-project] b43bec: [ARM] Add Tag_CPU_arch missing value descriptions ...
Victor Campos via All-commits
all-commits at lists.llvm.org
Tue Jul 26 00:32:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b43bec19b975c7d1598dac67c12994a6365f2013
https://github.com/llvm/llvm-project/commit/b43bec19b975c7d1598dac67c12994a6365f2013
Author: Victor Campos <victor.campos at arm.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/lib/Support/ARMAttributeParser.cpp
A llvm/test/MC/ARM/directive-eabi_attribute-cpu_arch-armv8a.s
A llvm/test/MC/ARM/directive-eabi_attribute-cpu_arch-armv8r.s
Log Message:
-----------
[ARM] Add Tag_CPU_arch missing value descriptions in attribute parser
The ARM attribute parser for Tag_CPU_arch is missing value descriptions
for Armv8-A and Armv8-R.
This patch adds these descriptions.
Reviewed By: pratlucas
Differential Revision: https://reviews.llvm.org/D129631
More information about the All-commits
mailing list