[llvm] 8b55129 - [llvm-debuginfo-analyzer] Fix incorrect REQUIRES in WebAssembly test case (#145848)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 26 00:32:47 PDT 2025
    
    
  
Author: Carlos Alberto Enciso
Date: 2025-06-26T08:32:43+01:00
New Revision: 8b55129d46c964c57dfa81ed948069fa30741273
URL: https://github.com/llvm/llvm-project/commit/8b55129d46c964c57dfa81ed948069fa30741273
DIFF: https://github.com/llvm/llvm-project/commit/8b55129d46c964c57dfa81ed948069fa30741273.diff
LOG: [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
Added: 
    
Modified: 
    llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/wasm-32bit-tombstone.s
Removed: 
    
################################################################################
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.
        
    
    
More information about the llvm-commits
mailing list