[llvm] b26f424 - [llvm][DebugInfo] Fix test on builds without target aarch64
    Michael Liao via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep  1 18:04:54 PDT 2025
    
    
  
Author: Michael Liao
Date: 2025-09-01T21:04:21-04:00
New Revision: b26f424152c1e0fead489239d48d49370bb92680
URL: https://github.com/llvm/llvm-project/commit/b26f424152c1e0fead489239d48d49370bb92680
DIFF: https://github.com/llvm/llvm-project/commit/b26f424152c1e0fead489239d48d49370bb92680.diff
LOG: [llvm][DebugInfo] Fix test on builds without target aarch64
Added: 
    
Modified: 
    llvm/test/DebugInfo/Generic/structor-declaration-linkage-names.ll
Removed: 
    
################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/structor-declaration-linkage-names.ll b/llvm/test/DebugInfo/Generic/structor-declaration-linkage-names.ll
index 9b1f2a5b2a186..1096cde5f4142 100644
--- a/llvm/test/DebugInfo/Generic/structor-declaration-linkage-names.ll
+++ b/llvm/test/DebugInfo/Generic/structor-declaration-linkage-names.ll
@@ -1,3 +1,4 @@
+; REQUIRES: aarch64-registered-target
 ; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -debug-info - | FileCheck %s
 
 ; Make sure we attach DW_AT_linkage_name on function declarations but only
        
    
    
More information about the llvm-commits
mailing list