================ @@ -1582,7 +1588,10 @@ static void CollectARMPACBTIOptions(const ToolChain &TC, const ArgList &Args, D.Diag(diag::err_drv_unsupported_option_argument) << A->getSpelling() << Scope; Key = "a_key"; - IndirectBranches = false; + if (Triple.isOSOpenBSD() && isAArch64) ---------------- MaskRay wrote:
IndirectBranches = Triple.isOSOpenBSD() && isAArch64 https://github.com/llvm/llvm-project/pull/125392 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits