Logan Chien | 8faefa2 | 2014-03-29 15:10:22 +0000 | [diff] [blame] | 1 | // RUN: not llvm-mc -filetype=obj -compress-debug-sections -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s |
David Blaikie | 9b620b4 | 2014-03-28 20:45:24 +0000 | [diff] [blame] | 2 | |
3 | // REQUIRES: nozlib | ||||
4 | |||||
NAKAMURA Takumi | 411d35e | 2014-03-30 14:04:00 +0000 | [diff] [blame] | 5 | // CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections |