clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.

FIXME: Could this be made generic?
llvm-svn: 213441
This commit is contained in:
NAKAMURA Takumi 2014-07-19 01:17:32 +00:00
parent 4ac0443fd9
commit 6096d44f76
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -O3 -emit-llvm -gline-tables-only -S -verify -o /dev/null
// RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -O3 -emit-llvm -gline-tables-only -S -verify -o /dev/null
// REQUIRES: x86-registered-target
// Test verifies optimization failures generated by the backend are handled
// correctly by clang. LLVM tests verify all of the failure conditions.