[PATCH] D40076: [builtins][compiler-rt][ARM] re-enable test mulsc3

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 05:00:41 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318396: [builtins][ARM] re-enable mulsc3_test.c on Arm (authored by psmith).

Changed prior to commit:
  https://reviews.llvm.org/D40076?vs=123019&id=123161#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40076

Files:
  compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c


Index: compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c
+++ compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c
@@ -1,6 +1,4 @@
 // RUN: %clang_builtins %s %librt -lm -o %t && %run %t
-// UNSUPPORTED: armhf-target-arch
-// see pr 32475.
 //===-- mulsc3_test.c - Test __mulsc3 -------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40076.123161.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/ce4dcf1d/attachment.bin>


More information about the llvm-commits mailing list