[llvm] [DebugInfo] Mark test to be 'x86_64-linux' only. (PR #98141)
Abid Qadeer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 03:21:54 PDT 2024
https://github.com/abidh updated https://github.com/llvm/llvm-project/pull/98141
>From d2ac85ff1ec34f99490d5224d3cdb9b41ae2956c Mon Sep 17 00:00:00 2001
From: Abid Qadeer <haqadeer at amd.com>
Date: Tue, 9 Jul 2024 11:05:24 +0100
Subject: [PATCH] [DebugInfo] Use tmp object file instead of - for output.
---
llvm/test/DebugInfo/subrange-missing-upperBound.ll | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/llvm/test/DebugInfo/subrange-missing-upperBound.ll b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
index ace5bf9554c80..e5981f4245d92 100644
--- a/llvm/test/DebugInfo/subrange-missing-upperBound.ll
+++ b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
@@ -1,4 +1,6 @@
-; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
+; RUN: %llc_dwarf %s -filetype=obj -o %t
+; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
+
; ModuleID = 'test.ll'
source_filename = "test.f90"
More information about the llvm-commits
mailing list