[llvm] 781405e - [test] Add a couple of missing REQUIRES

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 13:42:18 PDT 2023


Author: Justin Bogner
Date: 2023-06-30T14:41:23-06:00
New Revision: 781405e85e43e97f4e2aa55d2d139540fbd3fe82

URL: https://github.com/llvm/llvm-project/commit/781405e85e43e97f4e2aa55d2d139540fbd3fe82
DIFF: https://github.com/llvm/llvm-project/commit/781405e85e43e97f4e2aa55d2d139540fbd3fe82.diff

LOG: [test] Add a couple of missing REQUIRES

These tests only work if the targets in the input are available.

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/fat-header.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/fat-header.test b/llvm/test/tools/dsymutil/fat-header.test
index 91192b2a412f77..d605183737975b 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


        


More information about the llvm-commits mailing list