These tests are x86_64 specific.

llvm-svn: 128421
GitOrigin-RevId: 90955228bb28f3c0de689d5c3c042ad55ef8dde9
diff --git a/dbg-arg.ll b/dbg-arg.ll
index fda29c2..c9070b8 100644
--- a/dbg-arg.ll
+++ b/dbg-arg.ll
@@ -1,6 +1,6 @@
 ; This test case checks debug info during register moves for an argument.
-; RUN: %clang -mllvm -fast-isel=false  %s -c -o %t.o
-; RUN: %clang %t.o -o %t.out
+; RUN: %clang -arch x86_64 -mllvm -fast-isel=false  %s -c -o %t.o
+; RUN: %clang -arch x86_64 %t.o -o %t.out
 ; RUN: %test_debuginfo %s %t.out
 ; Radar 8412415
 
diff --git a/dbg-declare.ll b/dbg-declare.ll
index 866af4d..9184414 100644
--- a/dbg-declare.ll
+++ b/dbg-declare.ll
@@ -1,6 +1,6 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during fast-isel.
-; RUN: %clang -O0 -g %s -c -o %t.o
-; RUN: %clang %t.o -o %t.out
+; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
+; RUN: %clang -arch x86_64 %t.o -o %t.out
 ; RUN: %test_debuginfo %s %t.out
 
 target triple = "x86_64-apple-darwin" 
diff --git a/dbg-declare2.ll b/dbg-declare2.ll
index 703c82a..998a6e9 100644
--- a/dbg-declare2.ll
+++ b/dbg-declare2.ll
@@ -1,6 +1,6 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during isel.
-; RUN: %clang -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o
-; RUN: %clang %t.o -o %t.out
+; RUN: %clang -arch x86_64 -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o
+; RUN: %clang -arch x86_64 %t.o -o %t.out
 ; RUN: %test_debuginfo %s %t.out
 
 target triple = "x86_64-apple-darwin"
diff --git a/local-var.ll b/local-var.ll
index 007fd3c..c13c610 100644
--- a/local-var.ll
+++ b/local-var.ll
@@ -1,6 +1,6 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during fast-isel.
-; RUN: %clang -O0 -g %s -c -o %t.o
-; RUN: %clang %t.o -o %t.out
+; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
+; RUN: %clang -arch x86_64 %t.o -o %t.out
 ; RUN: %test_debuginfo %s %t.out
 
 target triple = "x86_64-apple-darwin10.0.0"
diff --git a/local-var2.ll b/local-var2.ll
index 0e01350..1ae727d 100644
--- a/local-var2.ll
+++ b/local-var2.ll
@@ -1,6 +1,6 @@
 ; This test case checks handling of llvm.dbg.declare intrinsic during isel.
-; RUN: %clang -O0 -mllvm -fast-isel=false -g %s -c -o %t.o
-; RUN: %clang %t.o -o %t.out
+; RUN: %clang -arch x86_64 -O0 -mllvm -fast-isel=false -g %s -c -o %t.o
+; RUN: %clang -arch x86_64 %t.o -o %t.out
 ; RUN: %test_debuginfo %s %t.out
 
 target triple = "x86_64-apple-darwin10.0.0"