================
@@ -1808,34 +1808,6 @@ void Clang::AddAArch64TargetArgs(const ArgList &Args,
 
   AddUnalignedAccessWarning(CmdArgs);
 
-  Args.addOptInFlag(CmdArgs, options::OPT_fptrauth_intrinsics,
----------------
kovdan01 wrote:

@MaskRay Applied your suggestion in 346d1ef9d0d638ddda2b48a9c629f24a4385df02

> I'm afraid that you missed the point. Keep the code in Clang.cpp but do the 
> following
> 
> ```
> // Clang.cpp
> if (Linux pauth abi or isDarwin) {
>   claim these pauth options
> }
> ```



https://github.com/llvm/llvm-project/pull/113152
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to