Index: test/builtins/Unit/compiler_rt_logb_test.c =================================================================== --- test/builtins/Unit/compiler_rt_logb_test.c +++ test/builtins/Unit/compiler_rt_logb_test.c @@ -1,6 +1,4 @@ -// Linking with -lm won't work on Windows. -// UNSUPPORTED: windows -// RUN: %clang_builtins %s %librt -lm -o %t && %run %t +// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- compiler_rt_logb_test.c - Test __compiler_rt_logb -----------------===// // // The LLVM Compiler Infrastructure Index: test/builtins/Unit/compiler_rt_logbf_test.c =================================================================== --- test/builtins/Unit/compiler_rt_logbf_test.c +++ test/builtins/Unit/compiler_rt_logbf_test.c @@ -1,6 +1,4 @@ -// Linking with -lm won't work on Windows. -// UNSUPPORTED: windows -// RUN: %clang_builtins %s %librt -lm -o %t && %run %t +// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- compiler_rt_logbf_test.c - Test __compiler_rt_logbf ---------------===// // // The LLVM Compiler Infrastructure Index: test/builtins/Unit/compiler_rt_logbl_test.c =================================================================== --- test/builtins/Unit/compiler_rt_logbl_test.c +++ test/builtins/Unit/compiler_rt_logbl_test.c @@ -1,6 +1,4 @@ -// Linking with -lm won't work on Windows. -// UNSUPPORTED: windows -// RUN: %clang_builtins %s %librt -lm -o %t && %run %t +// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- compiler_rt_logbl_test.c - Test __compiler_rt_logbl ---------------===// // // The LLVM Compiler Infrastructure