[clang] [NFC] Refactor fast-math handling for clang driver (PR #81173)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 8 12:35:47 PST 2024
================
@@ -3061,22 +3080,7 @@ static void RenderFloatingPointOptions(const ToolChain &TC, const Driver &D,
continue;
[[fallthrough]];
----------------
AaronBallman wrote:
Oh! Thank you for mentioning they're in different `switch` statements, I had missed that as well. :-D
https://github.com/llvm/llvm-project/pull/81173
More information about the cfe-commits
mailing list