diff options
Diffstat (limited to 'clang/test/Coverage/codegen.c')
-rw-r--r-- | clang/test/Coverage/codegen.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/clang/test/Coverage/codegen.c b/clang/test/Coverage/codegen.c index 8c9ce02d7cf..5d6724ed2fa 100644 --- a/clang/test/Coverage/codegen.c +++ b/clang/test/Coverage/codegen.c @@ -1,5 +1,7 @@ -// RUN: clang -emit-llvm -o %t %s && -// RUN: clang -emit-llvm-bc -o %t %s && -// RUN: clang -g -emit-llvm-bc -o %t %s +// RUN: clang -triple i386-unknown-unknown -emit-llvm -o %t %s && +// RUN: clang -triple i386-unknown-unknown -emit-llvm-bc -o %t %s && +// RUN: clang -triple i386-unknown-unknown -g -emit-llvm-bc -o %t %s && +// RUN: clang -triple x86_64-unknown-unknown -emit-llvm-bc -o %t %s && +// RUN: clang -triple x86_64-unknown-unknown -g -emit-llvm-bc -o %t %s #include "c-language-features.inc" |