[clang] [Clang][ARM][AArch64] Alway emit protection attributes for functions. (PR #82819)

via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 25 07:49:11 PST 2024


================
@@ -0,0 +1,16 @@
+// REQUIRES: arm-registered-target
+
+// RUN: %clang -flto -target thumbv7m-unknown-unknown-eabi -mbranch-protection=pac-ret %s -S -o - 2>&1 | FileCheck %s
----------------
DanielKristofKiss wrote:

Done

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


More information about the cfe-commits mailing list