diff options
Diffstat (limited to 'clang/test/Coverage/codegen-next.m')
-rw-r--r-- | clang/test/Coverage/codegen-next.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Coverage/codegen-next.m b/clang/test/Coverage/codegen-next.m index f5448e6792c..7b907fea0e1 100644 --- a/clang/test/Coverage/codegen-next.m +++ b/clang/test/Coverage/codegen-next.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -o %t %s -// RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -o %t %s +// RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s +// RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s // An error could be seen for targeting x86_64-win32; // |