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

Chris Copeland via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 21:57:54 PDT 2026


https://github.com/chrisnc created https://github.com/llvm/llvm-project/pull/213836

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

>From ecccd5e13b60a1b40931f714076a81c9ea4a3c01 Mon Sep 17 00:00:00 2001
From: Chris Copeland <chris at chrisnc.net>
Date: Mon, 3 Aug 2026 21:29:36 -0700
Subject: [PATCH] [dsymutil][ARM][NFC] Require AArch64 for
 fat-dylib-update.test

fat-test.arm.dylib contains armv7, armv7s, and arm64 slices, so the
test needs the AArch64 backend in addition to ARM.
---
 llvm/test/tools/dsymutil/ARM/fat-dylib-update.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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