Use a more standard method to mark these tests as unsupported on powerpc64.

llvm-svn: 309892
This commit is contained in:
Sterling Augustine 2017-08-02 21:52:23 +00:00
parent 3d0bc9ef1a
commit a0213850e5
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
// UNSUPPORTED: powerpc64
//===-- divxc3_test.c - Test __divxc3 -------------------------------------===//
//
// The LLVM Compiler Infrastructure

View File

@ -1,4 +1,5 @@
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
// UNSUPPORTED: powerpc64
//===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===//
//
// The LLVM Compiler Infrastructure

View File

@ -1,4 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
// UNSUPPORTED: powerpc64
//===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
//
// The LLVM Compiler Infrastructure