summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2017-11-16 13:00:17 +0000
committerPeter Smith <peter.smith@linaro.org>2017-11-16 13:00:17 +0000
commit429b6f54d069e13f7795cdb4a5f2663c0cd8ce2a (patch)
treee271ed575001739b27ed82645cda65d13a330df8 /test
parenta4991e91c9e84f854649fb032ac03f1211ee8158 (diff)
[builtins][ARM] re-enable mulsc3_test.c on Arm
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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/builtins/Unit/mulsc3_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/builtins/Unit/mulsc3_test.c b/test/builtins/Unit/mulsc3_test.c
index 46309c3e4..4125a307b 100644
--- a/test/builtins/Unit/mulsc3_test.c
+++ b/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