[llvm] 5530e55 - [test] Add REQUIRES: zlib to zdebug.yaml

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 14:33:29 PDT 2022


Author: Fangrui Song
Date: 2022-06-29T14:33:22-07:00
New Revision: 5530e5552128e9360dccf5e4813dd691d8b4c503

URL: https://github.com/llvm/llvm-project/commit/5530e5552128e9360dccf5e4813dd691d8b4c503
DIFF: https://github.com/llvm/llvm-project/commit/5530e5552128e9360dccf5e4813dd691d8b4c503.diff

LOG: [test] Add REQUIRES: zlib to zdebug.yaml

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml b/llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml
index 19391979c1ef8..dcf025017a045 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml
+++ b/llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml
@@ -1,3 +1,4 @@
+# REQUIRES: zlib
 ## .zdebug is no longer recognized as zlib-gnu compressed sections. It's treated
 ## as an opaque non-debug section.
 # RUN: yaml2obj %s -o %t


        


More information about the llvm-commits mailing list