summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2017-03-29 14:55:51 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2017-03-29 14:55:51 +0000
commitce957f9070982912a817188fc616158f9268f85d (patch)
tree6852d77db831a97b7176fe0974035b267ca93cbe
parent8b94273fe6464474b4ebd5eb176b9f20651db8e9 (diff)
downloadbcm5719-llvm-ce957f9070982912a817188fc616158f9268f85d.tar.gz
bcm5719-llvm-ce957f9070982912a817188fc616158f9268f85d.zip
[Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFC
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
-rw-r--r--compiler-rt/test/builtins/Unit/mulsc3_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/builtins/Unit/mulsc3_test.c b/compiler-rt/test/builtins/Unit/mulsc3_test.c
index 6b38908fcf0..4eac07e8d80 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
-// XFAIL: armhf-target-arch
-// See pr32261
//===-- mulsc3_test.c - Test __mulsc3 -------------------------------------===//
//
// The LLVM Compiler Infrastructure
OpenPOWER on IntegriCloud