clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 19 Jul 2014 01:17:32 +0000 (01:17 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 19 Jul 2014 01:17:32 +0000 (01:17 +0000)
FIXME: Could this be made generic?
llvm-svn: 213441

clang/test/Misc/backend-optimization-failure.cpp

index 79b7a3a..1b79fb3 100644 (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.