[clang] [flang] [llvm] Re-land: "[AArch64] Add ability to list extensions enabled for a target" (#95805) (PR #96795)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 26 09:55:31 PDT 2024
================
@@ -9,28 +9,46 @@
//
//===----------------------------------------------------------------------===//
-// A SubtargetFeature that can be toggled from the command line, and therefore
-// has an AEK_* entry in ArmExtKind.
+// A SubtargetFeature that represents one or more Architecture Extensions, as
+// defined by the Arm ARM and tipically identified by a 'FEAT_*' name.
----------------
jthackray wrote:
s/tipically/typically/
https://github.com/llvm/llvm-project/pull/96795
More information about the cfe-commits
mailing list