[llvm] 44891ad - [dsymutil][ARM][NFC] Require AArch64 for fat-dylib-update.test (#213836)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 08:02:01 PDT 2026


Author: Chris Copeland
Date: 2026-08-04T08:01:56-07:00
New Revision: 44891ada2a06d32662d2c0c81343a0528ea39ed1

URL: https://github.com/llvm/llvm-project/commit/44891ada2a06d32662d2c0c81343a0528ea39ed1
DIFF: https://github.com/llvm/llvm-project/commit/44891ada2a06d32662d2c0c81343a0528ea39ed1.diff

LOG: [dsymutil][ARM][NFC] Require AArch64 for fat-dylib-update.test (#213836)

fat-test.arm.dylib contains armv7, armv7s, and arm64 slices, so the test
needs the AArch64 backend in addition to ARM.

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/ARM/fat-dylib-update.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/ARM/fat-dylib-update.test b/llvm/test/tools/dsymutil/ARM/fat-dylib-update.test
index e97660597b02b..bc2d07290d94c 100644
--- a/llvm/test/tools/dsymutil/ARM/fat-dylib-update.test
+++ b/llvm/test/tools/dsymutil/ARM/fat-dylib-update.test
@@ -1,4 +1,4 @@
-# REQUIRES: object-emission,system-darwin
+# REQUIRES: object-emission,system-darwin,aarch64-registered-target
 # RUN: dsymutil --linker classic -oso-prepend-path %p/..  %p/../Inputs/fat-test.arm.dylib -o %t.dSYM
 # RUN: llvm-dwarfdump -a -v %t.dSYM/Contents/Resources/DWARF/fat-test.arm.dylib | FileCheck %s
 # RUN: dsymutil --linker classic -u %t.dSYM


        


More information about the llvm-commits mailing list