forked from OSchip/llvm-project
[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
This commit is contained in:
parent
8b94273fe6
commit
ce957f9070
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue