[compiler-rt] r318396 - [builtins][ARM] re-enable mulsc3_test.c on Arm

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


Author: psmith
Date: Thu Nov 16 05:00:17 2017
New Revision: 318396

URL: http://llvm.org/viewvc/llvm-project?rev=318396&view=rev
Log:
[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


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

Modified: compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c?rev=318396&r1=318395&r2=318396&view=diff
==============================================================================
--- compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c (original)
+++ compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c Thu Nov 16 05:00:17 2017
@@ -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




More information about the llvm-commits mailing list