forked from OSchip/llvm-project
Use a more standard method to mark these tests as unsupported on powerpc64.
llvm-svn: 309892
This commit is contained in:
parent
3d0bc9ef1a
commit
a0213850e5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
// UNSUPPORTED: powerpc64
|
||||
//===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
Loading…
Reference in New Issue