diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-27 16:26:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-27 16:26:09 +0000 |
commit | 87dd7d92b3a2598eef4afdde3cda46e1fc23b6e8 (patch) | |
tree | 2f007e64c8302b15c3b7c10561e24c8dbcd13ba1 | |
parent | 785200d4d7d1fa95ca1012ba72e1a2a7ad6129ef (diff) |
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
-rw-r--r-- | test/CodeGen/2003-10-29-AsmRename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2003-10-29-AsmRename.c b/test/CodeGen/2003-10-29-AsmRename.c index 565985d6e3..d0f19af322 100644 --- a/test/CodeGen/2003-10-29-AsmRename.c +++ b/test/CodeGen/2003-10-29-AsmRename.c @@ -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; }; |