[PATCH] D93769: [clang] Add support for option -ffp-eval-method and extend #pragma float_control similarly

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 20 13:39:04 PDT 2021


mibintc added inline comments.


================
Comment at: clang/test/Preprocessor/predefined-flteval-macro.c:332
+// RUN: %clang_cc1 -std=c11  -ffreestanding -triple=riscv64 -fsyntax-only %s
+// RUN: %clang_cc1 -std=c11  -ffreestanding -triple=riscv64-unknown-linux -fsyntax-only %s
+#ifndef FEM
----------------
MaskRay wrote:
> So many clang invocations slow down testsuite execution.
> 
> 
> Can some RUN lines be removed if their coverage value is low ?
OK. I was trying to demonstrate that my changes hadn't modified the macro settings across all


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