[clang] [AArch64][PAC][clang][ELF] Support PAuth ABI compatibility tag (PR #85235)
Daniil Kovalev via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 26 09:12:27 PDT 2024
================
@@ -0,0 +1,32 @@
+// Check that we can manually enable specific ptrauth features.
+
+// RUN: %clang --target=aarch64 -c %s -### 2>&1 | FileCheck %s --check-prefix NONE
+// NONE: "-cc1"
+// NONE-NOT: "-fptrauth-intrinsics"
----------------
kovdan01 wrote:
Fixed, thanks, see 4fd37cf125c13982ae0b6eb7254404fa3def6df5
https://github.com/llvm/llvm-project/pull/85235
More information about the cfe-commits
mailing list