[llvm] [DebugInfo] Mark test to be 'x86_64-linux' only. (PR #98141)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 03:10:57 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: Abid Qadeer (abidh)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/98141.diff
1 Files Affected:
- (modified) llvm/test/DebugInfo/subrange-missing-upperBound.ll (+1)
``````````diff
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'
``````````
</details>
https://github.com/llvm/llvm-project/pull/98141
More information about the llvm-commits
mailing list