summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/nocompression.s
blob: 4da97a05cfd7b045b5f3a2a329afd3d6e19c7dd1 (plain)
1
2
3
4
5
// REQUIRES: !zlib
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s

// CHECK: llvm-mc{{[^:]*}}: error: build tools with zlib to enable -compress-debug-sections
OpenPOWER on IntegriCloud