[clang] [llvm] [AArch64] Add FEAT_FPAC to Neoverse V2 (PR #133054)
Ricardo Jesus via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 06:49:43 PDT 2025
================
@@ -19,6 +19,7 @@
// CHECK-NEXT: FEAT_ETE Enable Embedded Trace Extension
// CHECK-NEXT: FEAT_FCMA Enable Armv8.3-A Floating-point complex number support
// CHECK-NEXT: FEAT_FHM Enable FP16 FML instructions
+// CHECK-NEXT: FEAT_FPAC Enable Armv8.3-A Pointer Authentication Faulting enhancement
----------------
rj-jesus wrote:
I think the file was missing a new line character at the end of the file (which presumably your editor added automatically when you added the `FEAT_FPAC` line). I think this is a harmless change, but if you want to undo it, I believe `truncate -s -1` should work.
https://github.com/llvm/llvm-project/pull/133054
More information about the llvm-commits
mailing list