Skip to content

Commit a0d913a

Browse files
author
Melanie Blower
committed
Fix regression due to reviews.llvm.org/D74436 by adding option ffp-contract=off to RUN line
1 parent 528bd04 commit a0d913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/builtins/Unit/muldc3_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
1+
// RUN: %clang_builtins %s -ffp-contract=off %librt -lm -o %t && %run %t
22
// REQUIRES: librt_has_muldc3
33
//===-- muldc3_test.c - Test __muldc3 -------------------------------------===//
44
//

0 commit comments

Comments
 (0)