[PATCH] D80952: [FPEnv][Clang][Driver] Disable constrained floating point on targets lacking support.
Warren Ristow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 22 12:54:39 PDT 2020
wristow added inline comments.
================
Comment at: clang/test/CodeGen/fp-strictfp.cpp:1
+// RUN: %clang_cc1 -triple mips64-linux-gnu -frounding-math -ffp-exception-behavior=strict -O2 -verify=rounding,exception -emit-llvm -o - %s | tee /tmp/1 | FileCheck %s
+// RUN: %clang_cc1 -triple mips64-linux-gnu -ffp-exception-behavior=strict -O2 -verify=exception -emit-llvm -o - %s | FileCheck %s
----------------
Need to remove the "tee" command in the pipe sequence.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80952/new/
https://reviews.llvm.org/D80952
More information about the cfe-commits
mailing list