Skip to content

Commit 8b55129

Browse files
[llvm-debuginfo-analyzer] Fix incorrect REQUIRES in WebAssembly test case (#145848)
Fixes an incorrect 'REQUIRES' in test case. The correct value should be: REQUIRES: webassembly-registered-target
1 parent 7e67307 commit 8b55129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: x86-registered-target
1+
# REQUIRES: webassembly-registered-target
22

33
# Test that DWARF tombstones are correctly detected/respected in wasm
44
# 32 bit object files.

0 commit comments

Comments
 (0)