[builtins][ARM] re-enable mulsc3_test.c on Arm
authorPeter Smith <peter.smith@linaro.org>
Thu, 16 Nov 2017 13:00:17 +0000 (13:00 +0000)
committerPeter Smith <peter.smith@linaro.org>
Thu, 16 Nov 2017 13:00:17 +0000 (13:00 +0000)
The mulsc3_test.c was marked as unsupported due to PR32457, the underlying
cause of this PR was fixed in PR28164 so we can remove the unsupported as
it is no longer needed.

Differential Revision: https://reviews.llvm.org/D40076

llvm-svn: 318396

compiler-rt/test/builtins/Unit/mulsc3_test.c

index 46309c3..4125a30 100644 (file)
@@ -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