[llvm-commits] [debuginfo-tests] r128421 - in /debuginfo-tests/trunk: dbg-arg.ll dbg-declare.ll dbg-declare2.ll local-var.ll local-var2.ll

Devang Patel dpatel at apple.com
Mon Mar 28 13:00:34 PDT 2011


Author: dpatel
Date: Mon Mar 28 15:00:34 2011
New Revision: 128421

URL: http://llvm.org/viewvc/llvm-project?rev=128421&view=rev
Log:
These tests are x86_64 specific.

Modified:
    debuginfo-tests/trunk/dbg-arg.ll
    debuginfo-tests/trunk/dbg-declare.ll
    debuginfo-tests/trunk/dbg-declare2.ll
    debuginfo-tests/trunk/local-var.ll
    debuginfo-tests/trunk/local-var2.ll

Modified: debuginfo-tests/trunk/dbg-arg.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-arg.ll?rev=128421&r1=128420&r2=128421&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-arg.ll (original)
+++ debuginfo-tests/trunk/dbg-arg.ll Mon Mar 28 15:00:34 2011
@@ -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
 

Modified: debuginfo-tests/trunk/dbg-declare.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-declare.ll?rev=128421&r1=128420&r2=128421&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-declare.ll (original)
+++ debuginfo-tests/trunk/dbg-declare.ll Mon Mar 28 15:00:34 2011
@@ -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" 

Modified: debuginfo-tests/trunk/dbg-declare2.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-declare2.ll?rev=128421&r1=128420&r2=128421&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-declare2.ll (original)
+++ debuginfo-tests/trunk/dbg-declare2.ll Mon Mar 28 15:00:34 2011
@@ -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"

Modified: debuginfo-tests/trunk/local-var.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/local-var.ll?rev=128421&r1=128420&r2=128421&view=diff
==============================================================================
--- debuginfo-tests/trunk/local-var.ll (original)
+++ debuginfo-tests/trunk/local-var.ll Mon Mar 28 15:00:34 2011
@@ -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"

Modified: debuginfo-tests/trunk/local-var2.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/local-var2.ll?rev=128421&r1=128420&r2=128421&view=diff
==============================================================================
--- debuginfo-tests/trunk/local-var2.ll (original)
+++ debuginfo-tests/trunk/local-var2.ll Mon Mar 28 15:00:34 2011
@@ -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"





More information about the llvm-commits mailing list