forked from OSchip/llvm-project
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:
parent
9b8a6a3b2b
commit
87d383b695
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue