forked from OSchip/llvm-project
Fix regression due to reviews.llvm.org/D74436 by adding option ffp-contract=off to RUN line
This commit is contained in:
parent
528bd04f84
commit
a0d913a1ac
|
@ -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 -------------------------------------===//
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue