From: Daniel Dunbar Date: Wed, 4 Feb 2009 00:58:28 +0000 (+0000) Subject: Force triple for this test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7353a6a5298d49241afaf6da58d79dd25a65c66;p=clang Force triple for this test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63699 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Coverage/codegen-gnu.m b/test/Coverage/codegen-gnu.m index 9d5aa89fa5..1443cf1876 100644 --- a/test/Coverage/codegen-gnu.m +++ b/test/Coverage/codegen-gnu.m @@ -1,7 +1,7 @@ -// RUN: clang -DIRGENABLE_GNU -DIRGENABLE -fgnu-runtime -emit-llvm -o %t %s && -// RUN: clang -DIRGENABLE_GNU -DIRGENABLE -g -fgnu-runtime -emit-llvm -o %t %s && +// RUN: clang -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -fgnu-runtime -emit-llvm -o %t %s && +// RUN: clang -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -g -fgnu-runtime -emit-llvm -o %t %s && // FIXME: Remove once GNU can IRgen everything. -// RUN: ! clang -fgnu-runtime -emit-llvm -o %t %s +// RUN: ! clang -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s #include "objc-language-features.inc"