xref: /minix3/external/bsd/llvm/dist/llvm/test/MC/ELF/nocompression.s (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1// RUN: not llvm-mc -filetype=obj -compress-debug-sections -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
2
3// REQUIRES: nozlib
4
5// CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections
6