Disable tests from r342917 on Windows; -lm won't work there

llvm-svn: 343095
This commit is contained in:
Hans Wennborg 2018-09-26 11:23:00 +00:00
parent 596c56ff9c
commit 5d6f3d9f45
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Linking with -lm won't work on Windows.
// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logb_test.c - Test __compiler_rt_logb -----------------===//
//

View File

@ -1,3 +1,5 @@
// Linking with -lm won't work on Windows.
// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logbf_test.c - Test __compiler_rt_logbf ---------------===//
//

View File

@ -1,3 +1,5 @@
// Linking with -lm won't work on Windows.
// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logbl_test.c - Test __compiler_rt_logbl ---------------===//
//