Use an explicitly 64-bit triple flag to ensure we can easily verify the

types printed in various diagnostics.

We could omit checking for the types, but that can mask errors where the
wrong type is streamed into the diagnostic. There was at least one of
these caught by this test already.

llvm-svn: 133429
This commit is contained in:
Chandler Carruth 2011-06-20 08:59:25 +00:00
parent 5f380da06f
commit 44d5c1e063
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wnull-arithmetic -verify %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -fblocks -Wnull-arithmetic -verify %s
#include <stddef.h>
void f() {