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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 20 13:35:40 PDT 2021


MaskRay 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
----------------
So many clang invocations slow down testsuite execution.


Can some RUN lines be removed if their coverage value is low ?


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