Fix regression due to reviews.llvm.org/D74436 by adding option ffp-contract=off to RUN line

This commit is contained in:
Melanie Blower 2020-02-12 19:05:18 -08:00
parent 528bd04f84
commit a0d913a1ac

View File

@ -1,4 +1,4 @@
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
// RUN: %clang_builtins %s -ffp-contract=off %librt -lm -o %t && %run %t
// REQUIRES: librt_has_muldc3
//===-- muldc3_test.c - Test __muldc3 -------------------------------------===//
//