forked from OSchip/llvm-project
Disable tests from r342917 on Windows; -lm won't work there
llvm-svn: 343095
This commit is contained in:
parent
596c56ff9c
commit
5d6f3d9f45
|
@ -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 -----------------===//
|
||||
//
|
||||
|
|
|
@ -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 ---------------===//
|
||||
//
|
||||
|
|
|
@ -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 ---------------===//
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue