[compiler-rt] r298997 - [Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFC
Weiming Zhao via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 07:55:51 PDT 2017
Author: weimingz
Date: Wed Mar 29 09:55:51 2017
New Revision: 298997
URL: http://llvm.org/viewvc/llvm-project?rev=298997&view=rev
Log:
[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.
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=298997&r1=298996&r2=298997&view=diff
==============================================================================
--- compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c (original)
+++ compiler-rt/trunk/test/builtins/Unit/mulsc3_test.c Wed Mar 29 09:55:51 2017
@@ -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
More information about the llvm-commits
mailing list