[clang] [llvm] [PAC][clang] Fix ptrauth module flags behavior (PR #204226)

Daniil Kovalev via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 04:53:01 PDT 2026


================
@@ -13,7 +13,7 @@ void fun() {}
 
 // GNU-LABEL:  define{{.*}} void @_Z6callerPFvvE(ptr noundef %f)
 // MSVC-LABEL: define{{.*}} void @"?caller@@YAXP6AXXZ at Z"(ptr noundef %f)
-// ARM:   call ptr @llvm.ptrmask.p0.i32(ptr {{.*}}, i32 -2), !nosanitize !6
+// ARM:   call ptr @llvm.ptrmask.p0.i32(ptr {{.*}}, i32 -2), !nosanitize
----------------
kovdan01 wrote:

Applied suggestion, thanks! See 309be5aad918002cfcfdbc677ceafb7341c52e5f

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


More information about the cfe-commits mailing list