[llvm-branch-commits] [clang] [clang] Implement function pointer signing and authenticated function calls (PR #93906)

Daniil Kovalev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 17 08:01:14 PDT 2024


================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -triple arm64-apple-ios                    -emit-llvm %s  -o - | FileCheck %s --check-prefixes=ALL,OFF
----------------
kovdan01 wrote:

All the tests introduced in the PR seem not Apple-specific - so, it would be nice if you also add RUN lines for a triple like `aarch64-elf`. Manually specifying `-fptrauth-calls` will be needed since we now don't have an equivalent of Apple's arm64e which enabled desired functionality automatically. This applies to all the tests.

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


More information about the llvm-branch-commits mailing list