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

Release+Asserts linux tests.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2011-07-27 16:26:09 +00:00
Родитель 785200d4d7
Коммит 87dd7d92b3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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; };