mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Only test compression when linked with zlib.
I'll implement error handling and a negative test in both llvm-mc and Clang soon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffc7e0f678
commit
b91f51161f
@ -1,5 +1,7 @@
|
||||
// RUN: llvm-mc -filetype=obj -compress-debug-sections -triple x86_64-pc-linux-gnu %s -o - | llvm-objdump -s - | FileCheck %s
|
||||
|
||||
// REQUIRES: zlib
|
||||
|
||||
// CHECK: Contents of section .zdebug_line:
|
||||
// Check for the 'ZLIB' file magic at the start of the section
|
||||
// CHECK-NEXT: ZLIB
|
||||
|
Loading…
Reference in New Issue
Block a user