mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
d543658edf
llvm-svn: 205148
6 lines
222 B
ArmAsm
6 lines
222 B
ArmAsm
// RUN: not llvm-mc -filetype=obj -compress-debug-sections -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
|
|
|
// REQUIRES: nozlib
|
|
|
|
// CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections
|