[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
================
@@ -351,6 +351,9 @@ def err_drv_omp_host_ir_file_not_found : Error<
"target regions but cannot be found">;
def err_drv_omp_host_target_not_supported : Error<
"target '%0' is not a supported OpenMP host target">;
+def err_drv_ptrauth_not_supported : Error<
+ "target '%0' does not support native pointer authentication">;
----------------
kovdan01 wrote:
This was marked as resolved, but still looks untested. Do I miss smth? I suppose that on driver side, it's not a problem to have a test case for unsupported target (while I agree that for backend testing the same requires cluttering tests unrelated target).
https://github.com/llvm/llvm-project/pull/93906
More information about the llvm-branch-commits
mailing list