[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,10 @@
+// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -emit-llvm %s  -o - | FileCheck %s
----------------
kovdan01 wrote:

Can we move this test file contents to clang/test/CodeGen/ptrauth-function.c? I'm happy with both variants, but now as for me we have many small test files, and combining some of them would not harm readability IMHO since they'll still be small even after concatenating.

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


More information about the llvm-branch-commits mailing list