diff options
Diffstat (limited to 'test/CodeGenCXX/2009-04-23-bool2.cpp')
-rw-r--r-- | test/CodeGenCXX/2009-04-23-bool2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2009-04-23-bool2.cpp b/test/CodeGenCXX/2009-04-23-bool2.cpp index cf81cc4..33c2c02 100644 --- a/test/CodeGenCXX/2009-04-23-bool2.cpp +++ b/test/CodeGenCXX/2009-04-23-bool2.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o /dev/null +// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm %s -o /dev/null // g++.old-deja/g++.jason/bool2.C from gcc testsuite. // Crashed before 67975 went in. struct F { |