forked from OSchip/llvm-project
XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in fact defined incorrectly for that target.
llvm-svn: 260583
This commit is contained in:
parent
e5df1dfb14
commit
4539f2278f
|
@ -3,6 +3,8 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -ffreestanding %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
// XFAIL: ppc64
|
||||
|
||||
/* Basic conformance checks against the N1570 draft of C11 Std. */
|
||||
/*
|
||||
5.2.4.2.2p11, pp. 30
|
||||
|
|
Loading…
Reference in New Issue