[PATCH] D93395: [clang][cli] Remove -f[no-]trapping-math from -cc1 command line
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 06:47:23 PST 2020
jansvoboda11 added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:3080
}
Opts.setFPExceptionMode(FPEB);
----------------
The parsing of `OPT_ftrapping_math` and `OPT_fno_trapping_math` is immediately overwritten here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93395/new/
https://reviews.llvm.org/D93395
More information about the cfe-commits
mailing list