From 83df523330aab489dd4b7f08c16c84fb16adcd55 Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Mon, 4 Dec 2017 18:18:51 +0000 Subject: [PATCH] These tests require x86 80-bit doubles. Mark them so. llvm-svn: 319669 --- compiler-rt/test/builtins/Unit/divxc3_test.c | 1 + compiler-rt/test/builtins/Unit/mulxc3_test.c | 1 + compiler-rt/test/builtins/Unit/powixf2_test.c | 1 + 3 files changed, 3 insertions(+) diff --git a/compiler-rt/test/builtins/Unit/divxc3_test.c b/compiler-rt/test/builtins/Unit/divxc3_test.c index 9974dfb80b3a..876cdde57dfa 100644 --- a/compiler-rt/test/builtins/Unit/divxc3_test.c +++ b/compiler-rt/test/builtins/Unit/divxc3_test.c @@ -1,4 +1,5 @@ // RUN: %clang_builtins %s %librt -lm -o %t && %run %t +// REQUIRES: x86-target-arch // UNSUPPORTED: powerpc64 //===-- divxc3_test.c - Test __divxc3 -------------------------------------===// // diff --git a/compiler-rt/test/builtins/Unit/mulxc3_test.c b/compiler-rt/test/builtins/Unit/mulxc3_test.c index 9b8e058dfdaa..9f0b418296e8 100644 --- a/compiler-rt/test/builtins/Unit/mulxc3_test.c +++ b/compiler-rt/test/builtins/Unit/mulxc3_test.c @@ -1,5 +1,6 @@ // RUN: %clang_builtins %s %librt -lm -o %t && %run %t // UNSUPPORTED: powerpc64 +// REQUIRES: x86-target-arch //===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===// // // The LLVM Compiler Infrastructure diff --git a/compiler-rt/test/builtins/Unit/powixf2_test.c b/compiler-rt/test/builtins/Unit/powixf2_test.c index 0d2734ae491c..1df76f2b809a 100644 --- a/compiler-rt/test/builtins/Unit/powixf2_test.c +++ b/compiler-rt/test/builtins/Unit/powixf2_test.c @@ -1,5 +1,6 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t // UNSUPPORTED: powerpc64 +// REQUIRES: x86-target-arch //===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===// // // The LLVM Compiler Infrastructure