[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:10:28 PDT 2024
https://github.com/abidh created https://github.com/llvm/llvm-project/pull/98141
The test added in #96474 seems to cause buildbot failure on some system. I am marking it x86_64-linux only to sidestep the error.
>From aef8ec85126e5b5664b3c78ce518ae4ddb1f80c3 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] Mark test to be 'x86_64-linux' only.
---
llvm/test/DebugInfo/subrange-missing-upperBound.ll | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/DebugInfo/subrange-missing-upperBound.ll b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
index ace5bf9554c80..894ad7d2316e9 100644
--- a/llvm/test/DebugInfo/subrange-missing-upperBound.ll
+++ b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
; ModuleID = 'test.ll'
More information about the llvm-commits
mailing list