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

> You can make these options TargetSpecific and only handle them for Linux and 
> Darwin.

@MaskRay It looks like they are already declared as TargetSpecific - see 
https://github.com/llvm/llvm-project/blob/41cde46/clang/include/clang/Driver/Options.td#L4337-L4357.
 Please let me know if I'm missing smth and you meant smth else.

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