[PATCH] D93769: [clang] Add support for option -ffp-eval-method and extend #pragma float_control similarly
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 07:27:08 PST 2021
jansvoboda11 added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:2884
+ }
+ Opts.setFPEvalMethod(FEM);
+
----------------
Can you please use the marshalling infrastructure for this? https://clang.llvm.org/docs/InternalsManual.html#adding-new-command-line-option (`MarshallingInfoEnum`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93769/new/
https://reviews.llvm.org/D93769
More information about the cfe-commits
mailing list