[llvm] [llvm-debuginfo-analyzer] Fix incorrect REQUIRES in WebAssembly test case (PR #145848)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 23:14:29 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
<details>
<summary>Changes</summary>
Fixes an incorrect 'REQUIRES' in test case.
The correct value should be:
REQUIRES: webassembly-registered-target
---
Full diff: https://github.com/llvm/llvm-project/pull/145848.diff
1 Files Affected:
- (modified) llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s (+1-1)
``````````diff
diff --git a/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s b/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s
index 3e1c1016c9aee..3609b3c8ecc3e 100644
--- a/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s
+++ b/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86-registered-target
+# REQUIRES: webassembly-registered-target
# Test that DWARF tombstones are correctly detected/respected in wasm
# 32 bit object files.
``````````
</details>
https://github.com/llvm/llvm-project/pull/145848
More information about the llvm-commits
mailing list