summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/nocompression.s
blob: 2c82d4f1797443038b21cc95aaa611ea83c21649 (plain)
1
2
3
4
5
// REQUIRES: nozlib
// 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