[Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFC
authorWeiming Zhao <weimingz@codeaurora.org>
Wed, 29 Mar 2017 14:55:51 +0000 (14:55 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Wed, 29 Mar 2017 14:55:51 +0000 (14:55 +0000)
It was XFAILed in r298974. However, the problem was not exposed on
the buildbot because hardfp flag was not passed during the test.

We can fix the CMAKE to pass the same flag as building the lib to the
RUN line to see if the problem is still there. For now, we remove the
XFAIL.

llvm-svn: 298997

compiler-rt/test/builtins/Unit/mulsc3_test.c

index 6b38908..4eac07e 100644 (file)
@@ -1,6 +1,4 @@
 // RUN: %clang_builtins %s %librt -lm -o %t && %run %t
-// XFAIL: armhf-target-arch
-// See pr32261
 //===-- mulsc3_test.c - Test __mulsc3 -------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure