diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
| commit | dbe13110f59f48b4dbb7552b3ac2935acdeece7f (patch) | |
| tree | be1815eb79b42ff482a8562b13c2dcbf0c5dcbee /test/Driver/darwin-objc-options.m | |
| parent | 9da628931ebf2609493570f87824ca22402cc65f (diff) | |
Notes
Diffstat (limited to 'test/Driver/darwin-objc-options.m')
| -rw-r--r-- | test/Driver/darwin-objc-options.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/darwin-objc-options.m b/test/Driver/darwin-objc-options.m index a62a62c4fa70..5b421d891ff4 100644 --- a/test/Driver/darwin-objc-options.m +++ b/test/Driver/darwin-objc-options.m @@ -1,6 +1,6 @@ // Check miscellaneous Objective-C options. -// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ +// RUN: %clang -target x86_64-apple-darwin10 -S -### %s \ // RUN: -arch x86_64 -fobjc-abi-version=1 2> %t // RUN: FileCheck --check-prefix CHECK-X86_64_ABI1 < %t %s @@ -9,7 +9,7 @@ // CHECK-CHECK-X86_64_ABI1-NOT: -fobjc-dispatch-method // CHECK-CHECK-X86_64_ABI1: darwin-objc-options -// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \ +// RUN: %clang -target x86_64-apple-darwin10 -S -### %s \ // RUN: -arch i386 -fobjc-abi-version=2 2> %t // RUN: FileCheck --check-prefix CHECK-I386_ABI2 < %t %s |
