[PATCH] D40076: [builtins][compiler-rt][ARM] re-enable test mulsc3
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 06:57:51 PST 2017
peter.smith created this revision.
Herald added subscribers: kristof.beyls, dberris, aemerson.
The mulsc3_test.c is currently disabled with the comment citing PR32475. For me the test is passing for both Arm and Thumb, hard and soft float so I think we can re-enable it. The original cause of the failure should be fixed by https://reviews.llvm.org/D35538.
Note that PR number is slightly wrong as the 7 and 5 are transposed. The original bug should be https://bugs.llvm.org/show_bug.cgi?id=32457
https://reviews.llvm.org/D40076
Files:
test/builtins/Unit/mulsc3_test.c
Index: test/builtins/Unit/mulsc3_test.c
===================================================================
--- test/builtins/Unit/mulsc3_test.c
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40076.123019.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171115/518e8e49/attachment.bin>
More information about the llvm-commits
mailing list