]> granicus.if.org Git - clang/commitdiff
Make this darwin only for now while investigating to clear up x86_64
authorEric Christopher <echristo@apple.com>
Wed, 27 Jul 2011 16:26:09 +0000 (16:26 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 27 Jul 2011 16:26:09 +0000 (16:26 +0000)
Release+Asserts linux tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136223 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2003-10-29-AsmRename.c

index 565985d6e3997902d15d97905c5fd1746fc4cce5..d0f19af322762b97f78110c5c99f99b0363431b4 100644 (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; };