]> granicus.if.org Git - clang/commitdiff
Add missing triple to darwin clang driver test.
authorKevin Enderby <enderby@apple.com>
Thu, 22 Dec 2011 21:32:51 +0000 (21:32 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 22 Dec 2011 21:32:51 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147179 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-debug-flags.c

index 9ef4f6d69615a8decd397759dfb1cb40ece6f039..37e5a756e29210eba6f4ae424f9e7bd439cd4176 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: env RC_DEBUG_OPTIONS=1 %clang -ccc-host-triple i386-apple-darwin9 -g -Os %s  -emit-llvm -S -o - | FileCheck %s
 // <rdar://problem/7256886>
 // RUN: touch %t.s
-// RUN: env RC_DEBUG_OPTIONS=1 %clang -### -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
+// RUN: env RC_DEBUG_OPTIONS=1 %clang -### -ccc-host-triple i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
 
 // CHECK: !0 = metadata !{
 // CHECK: -g -Os