From d01cb72f7e41bee103642cc2296bae60b8753696 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Sat, 17 Feb 2018 17:43:24 +0000 Subject: [PATCH] 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 --- .../dbg_value_fastisel.ll => AArch64/fast-isel-dbg-value.ll} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename llvm/test/CodeGen/{Generic/dbg_value_fastisel.ll => AArch64/fast-isel-dbg-value.ll} (89%) diff --git a/llvm/test/CodeGen/Generic/dbg_value_fastisel.ll b/llvm/test/CodeGen/AArch64/fast-isel-dbg-value.ll similarity index 89% rename from llvm/test/CodeGen/Generic/dbg_value_fastisel.ll rename to llvm/test/CodeGen/AArch64/fast-isel-dbg-value.ll index c6350d3..ad143f5 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 = '' -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: -- 2.7.4