mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
2afefa27b3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205148 91177308-0d34-0410-b5e6-96231b3b80d8
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
|