These tests are x86_64 specific.

llvm-svn: 128421
This commit is contained in:
Devang Patel 2011-03-28 20:00:34 +00:00
parent f9cd139369
commit 90955228bb
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"