================ @@ -3664,12 +3680,18 @@ static void RenderSSPOptions(const Driver &D, const ToolChain &TC, << A->getOption().getName() << Value; return; } + if (EffectiveTriple.isRISCV() && (Offset <= -2048 || Offset >= 2048)) { ---------------- arichardson wrote:
Should probably have a comment and use IsInt<12>() instead of range checks. https://github.com/llvm/llvm-project/pull/108942 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits