From a98efd2b81098f97caa01c27c63aa66040bbaf44 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 16 Nov 2017 13:00:17 +0000 Subject: [PATCH] [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 llvm-svn: 318396 --- compiler-rt/test/builtins/Unit/mulsc3_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/builtins/Unit/mulsc3_test.c b/compiler-rt/test/builtins/Unit/mulsc3_test.c index 46309c3..4125a307 100644 --- a/compiler-rt/test/builtins/Unit/mulsc3_test.c +++ b/compiler-rt/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 -- 2.7.4