forked from OSchip/llvm-project
specify a triple to use, otherwise we get errors on this test for
hosts with a different size_t type. llvm-svn: 64636
This commit is contained in:
parent
f06a702e46
commit
96895e8dcd
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -fsyntax-only -verify %s
|
||||
// RUN: clang -fsyntax-only -verify -triple i686-apple-darwin9 %s
|
||||
// FIXME: must also compile as Objective-C++
|
||||
|
||||
// <rdar://problem/6487662>
|
||||
|
|
Loading…
Reference in New Issue