diff options
| author | Devang Patel <dpatel@apple.com> | 2011-03-28 20:00:34 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-03-28 20:00:34 +0000 |
| commit | 90955228bb28f3c0de689d5c3c042ad55ef8dde9 (patch) | |
| tree | 2a1b97998786934e73e142f08918f4495fd98fe1 /debuginfo-tests | |
| parent | f9cd13936918972b86cd07265762bd7af5ea919c (diff) | |
| download | llvm-90955228bb28f3c0de689d5c3c042ad55ef8dde9.tar.gz llvm-90955228bb28f3c0de689d5c3c042ad55ef8dde9.tar.bz2 llvm-90955228bb28f3c0de689d5c3c042ad55ef8dde9.zip | |
These tests are x86_64 specific.
llvm-svn: 128421
Diffstat (limited to 'debuginfo-tests')
| -rw-r--r-- | debuginfo-tests/dbg-arg.ll | 4 | ||||
| -rw-r--r-- | debuginfo-tests/dbg-declare.ll | 4 | ||||
| -rw-r--r-- | debuginfo-tests/dbg-declare2.ll | 4 | ||||
| -rw-r--r-- | debuginfo-tests/local-var.ll | 4 | ||||
| -rw-r--r-- | debuginfo-tests/local-var2.ll | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/debuginfo-tests/dbg-arg.ll b/debuginfo-tests/dbg-arg.ll index fda29c2fcd32..c9070b815472 100644 --- a/debuginfo-tests/dbg-arg.ll +++ b/debuginfo-tests/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/debuginfo-tests/dbg-declare.ll b/debuginfo-tests/dbg-declare.ll index 866af4d85b8b..918441462700 100644 --- a/debuginfo-tests/dbg-declare.ll +++ b/debuginfo-tests/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/debuginfo-tests/dbg-declare2.ll b/debuginfo-tests/dbg-declare2.ll index 703c82a0365d..998a6e9eed4d 100644 --- a/debuginfo-tests/dbg-declare2.ll +++ b/debuginfo-tests/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/debuginfo-tests/local-var.ll b/debuginfo-tests/local-var.ll index 007fd3c3de18..c13c6100d9f0 100644 --- a/debuginfo-tests/local-var.ll +++ b/debuginfo-tests/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/debuginfo-tests/local-var2.ll b/debuginfo-tests/local-var2.ll index 0e01350d7000..1ae727d3f389 100644 --- a/debuginfo-tests/local-var2.ll +++ b/debuginfo-tests/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" |
