]> granicus.if.org Git - clang/commitdiff
Force triple.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 14 Sep 2009 20:21:18 +0000 (20:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 14 Sep 2009 20:21:18 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81781 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/redzone.c

index bc8a80fa960a4326a2559d0c16d742c9f1b7bca7..64729ac2771729c0a55c10b6a9b8706037f39e67 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: clang -mno-red-zone %s -S -emit-llvm -o %t.log &&
+// RUN: clang -ccc-host-triple i386-unknown-unknown -mno-red-zone %s -S -emit-llvm -o %t.log &&
 // RUN: grep 'noredzone' %t.log &&
-// RUN: clang -mred-zone %s -S -emit-llvm -o %t.log &&
+// RUN: clang -ccc-host-triple i386-unknown-unknown -mred-zone %s -S -emit-llvm -o %t.log &&
 // RUN: grep -v 'noredzone' %t.log 
 
 int foo() { return 42; }