[PATCH] D52563: [compiler-rt] [builtins] Restore tests from r342917 (disabled in r343095) on Windows.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 11:14:46 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL343245: [compiler-rt] [builtins] Restore tests from r342917 (disabled in r343095) on… (authored by rupprecht, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D52563

Files:
  compiler-rt/trunk/test/builtins/Unit/compiler_rt_logb_test.c
  compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbf_test.c
  compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c


Index: compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c
+++ compiler-rt/trunk/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
Index: compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbf_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbf_test.c
+++ compiler-rt/trunk/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: compiler-rt/trunk/test/builtins/Unit/compiler_rt_logb_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/compiler_rt_logb_test.c
+++ compiler-rt/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52563.167352.patch
Type: text/x-patch
Size: 1812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/08dd8a88/attachment.bin>


More information about the llvm-commits mailing list