Make this darwin only for now while investigating to clear up x86_64

Release+Asserts linux tests.

llvm-svn: 136223
This commit is contained in:
Eric Christopher 2011-07-27 16:26:09 +00:00
parent 9b8a6a3b2b
commit 87d383b695
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-darwin -o /dev/null
struct foo { int X; };