[clang] [AArch64][FMV] Enable PAuth and BTI hardening of resolver functions (PR #141573)

Alexandros Lamprineas via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 5 07:17:59 PDT 2025


================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -triple aarch64-linux-gnu -mbranch-target-enforce -msign-return-address=all      -emit-llvm %s -o - | FileCheck --check-prefixes=CHECK,BTI-SIGNRA %s
----------------
labrinea wrote:

Can we move this file under the AArch64 directory?

https://github.com/llvm/llvm-project/pull/141573


More information about the cfe-commits mailing list