diff options
Diffstat (limited to 'test/Coverage/targets.c')
-rw-r--r-- | test/Coverage/targets.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Coverage/targets.c b/test/Coverage/targets.c index d2a1112..7c05122 100644 --- a/test/Coverage/targets.c +++ b/test/Coverage/targets.c @@ -1,6 +1,5 @@ // RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s -// RUN: %clang_cc1 -g -triple bfin-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple i686-apple-darwin9 -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple i686-pc-linux-gnu -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple i686-unknown-dragonfly -emit-llvm -o %t %s @@ -17,5 +16,5 @@ // RUN: %clang_cc1 -g -triple x86_64-unknown-unknown -emit-llvm -o %t %s // <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6 -// RUN: %clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4 +// RUN: %clang -target x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4 |