From 182db308427eddf714388e5009a65fc9fc86faa5 Mon Sep 17 00:00:00 2001 From: Weiming Zhao Date: Wed, 29 Mar 2017 16:59:09 +0000 Subject: [PATCH] [Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFC 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/builtins/Unit/mulsc3_test.c b/compiler-rt/test/builtins/Unit/mulsc3_test.c index 4eac07e..b14e237 100644 --- a/compiler-rt/test/builtins/Unit/mulsc3_test.c +++ b/compiler-rt/test/builtins/Unit/mulsc3_test.c @@ -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 -- 2.7.4