From: Peter Smith Date: Thu, 16 Nov 2017 13:00:17 +0000 (+0000) Subject: [builtins][ARM] re-enable mulsc3_test.c on Arm X-Git-Tag: llvmorg-6.0.0-rc1~3248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a98efd2b81098f97caa01c27c63aa66040bbaf44;p=platform%2Fupstream%2Fllvm.git [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 --- 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