diff options
| author | Sander de Smalen <sander.desmalen@arm.com> | 2018-02-17 17:43:24 +0000 |
|---|---|---|
| committer | Sander de Smalen <sander.desmalen@arm.com> | 2018-02-17 17:43:24 +0000 |
| commit | d01cb72f7e41bee103642cc2296bae60b8753696 (patch) | |
| tree | 535e9bc3f1de2d26a2800dc79dcfdc7bdacc470b /llvm/test/CodeGen | |
| parent | 8d02be3bf374cc639e3e20129b6fe28f635bfc20 (diff) | |
| download | bcm5719-llvm-d01cb72f7e41bee103642cc2296bae60b8753696.tar.gz bcm5719-llvm-d01cb72f7e41bee103642cc2296bae60b8753696.zip | |
Made test dbg_value_fastisel.ll specific to AArch64 fast-isel.
Some buildbots failed on this test (rL325438) because they don't
build all targets. I set the triple to aarch64 and moved the test
to test/CodeGen/AArch64/fast-isel-dbg-value.ll.
llvm-svn: 325440
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/fast-isel-dbg-value.ll (renamed from llvm/test/CodeGen/Generic/dbg_value_fastisel.ll) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Generic/dbg_value_fastisel.ll b/llvm/test/CodeGen/AArch64/fast-isel-dbg-value.ll index c6350d3fa4c..ad143f5b279 100644 --- a/llvm/test/CodeGen/Generic/dbg_value_fastisel.ll +++ b/llvm/test/CodeGen/AArch64/fast-isel-dbg-value.ll @@ -1,13 +1,8 @@ -; RUN: llc -O0 -stop-after=livedebugvalues -fast-isel=true < %s | FileCheck %s +; RUN: llc -O0 -mtriple=aarch64-- -stop-after=livedebugvalues -fast-isel=true < %s | FileCheck %s ; CHECK: ![[LOCAL:[0-9]+]] = !DILocalVariable(name: "__vla_expr", ; CHECK: DBG_VALUE {{.*}} ![[LOCAL]] -; ModuleID = '<stdin>' -source_filename = "foo.c" -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-unknown-linux-gnu" - ; Function Attrs: noinline nounwind optnone uwtable define void @foo(i32 %n) local_unnamed_addr #0 !dbg !7 { entry: |

