[clang] [PAC] Implement function pointer re-signing (PR #98847)
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 18:13:24 PDT 2024
================
@@ -0,0 +1,77 @@
+// RUN: %clang_cc1 -fptrauth-function-pointer-type-discrimination -triple arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -emit-llvm %s -o - | FileCheck -check-prefix=CHECK -check-prefix=NOPCH %s
----------------
ahatanak wrote:
Sorry, I just realized the test cases in `ptrauth.c` are duplicates of the ones added to `CodeGen/ptrauth-function-type-discriminator.c` and `CodeGen/ptrauth-function.c`. I'll remove the file.
https://github.com/llvm/llvm-project/pull/98847
More information about the cfe-commits
mailing list