[clang] [NFC][Driver] Clean up RenderFloatingPointOptions() (PR #91017)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 05:55:20 PDT 2024
================
@@ -3152,6 +3125,12 @@ static void RenderFloatingPointOptions(const ToolChain &TC, const Driver &D,
}
break;
}
+ // The StrictFPModel local variable is needed to report warnings
+ // in the wat we intend. If -ffp-model=strict has been used, we
----------------
zahiraam wrote:
in the "way" we intend?
https://github.com/llvm/llvm-project/pull/91017
More information about the cfe-commits
mailing list