From 781405e85e43e97f4e2aa55d2d139540fbd3fe82 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 30 Jun 2023 14:41:23 -0600 Subject: [PATCH] [test] Add a couple of missing REQUIRES These tests only work if the targets in the input are available. --- llvm/test/tools/dsymutil/fat-header.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/dsymutil/fat-header.test b/llvm/test/tools/dsymutil/fat-header.test index 91192b2..d605183 100644 --- a/llvm/test/tools/dsymutil/fat-header.test +++ b/llvm/test/tools/dsymutil/fat-header.test @@ -1,4 +1,4 @@ -REQUIRES: system-darwin +REQUIRES: system-darwin,arm-registered-target,aarch64-registered-target RUN: dsymutil -oso-prepend-path %p %p/Inputs/fat-test.arm.dylib -o %t.fat32.dSYM RUN: llvm-objdump -m --universal-headers %t.fat32.dSYM/Contents/Resources/DWARF/fat-test.arm.dylib | FileCheck %s -check-prefixes=FAT32 -- 2.7.4