These tests require x86 80-bit doubles. Mark them so.

llvm-svn: 319669
This commit is contained in:
Sterling Augustine 2017-12-04 18:18:51 +00:00
parent c73d1e28f1
commit 83df523330
3 changed files with 3 additions and 0 deletions

View File

@ -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 -------------------------------------===//
//

View File

@ -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

View File

@ -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