diff options
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test b/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test index 0478c22f325..0866e2009e9 100644 --- a/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test +++ b/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test @@ -1,3 +1,5 @@ +# REQUIRES: zlib + # RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o # RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s |

