mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
These tests require x86 80-bit doubles. Mark them so.
llvm-svn: 319669
This commit is contained in:
parent
c73d1e28f1
commit
83df523330
@ -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 -------------------------------------===//
|
||||
//
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user