From e4cda13d5a54a8c6366e4ca82d74265e68bbb3f5 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Wed, 6 Jan 2021 10:42:05 +0000 Subject: [PATCH] Fix test failure in a7e3339f3b0eb71e43d44e6f59cc8db6a7b110bf Set the target-triple to aarch64 in debug-info-sve-dbg-value.mir to avoid "'+sve' is not a recognized feature for this target" diagnostic. --- llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir b/llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir index ffce40c9c4f..84d34ce3d2a 100644 --- a/llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir +++ b/llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir @@ -27,6 +27,7 @@ --- | ; ModuleID = 'bla.mir' source_filename = "bla.mir" + target triple = "aarch64-unknown-linux-gnu" target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" define void @foo() #0 !dbg !5 { -- 2.11.0