[Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFC
authorWeiming Zhao <weimingz@codeaurora.org>
Wed, 29 Mar 2017 16:59:09 +0000 (16:59 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Wed, 29 Mar 2017 16:59:09 +0000 (16:59 +0000)
The same test fails on clang-cmake-armv7-a15-full biuld bot
but passes the clang-cmake-thumbv7-a15-full.

For now, we mark it as UNSUPPORTED for armhf target.
Bug 32457 tracks it.

llvm-svn: 299005

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

index 4eac07e..b14e237 100644 (file)
@@ -1,4 +1,6 @@
 // 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