diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:58 +0000 |
commit | da06c7cfa0388de29a4024d8d386e48f2fb13ed6 (patch) | |
tree | dc28e84fc2bb9a4a4d9873fe4d04946fe3f7f4c0 /test/ELF/relocatable-compressed-input.s | |
parent | 267829774358b5aebd3e726ae318813bd48129bb (diff) | |
download | src-test2-da06c7cfa0388de29a4024d8d386e48f2fb13ed6.tar.gz src-test2-da06c7cfa0388de29a4024d8d386e48f2fb13ed6.zip |
Notes
Diffstat (limited to 'test/ELF/relocatable-compressed-input.s')
-rw-r--r-- | test/ELF/relocatable-compressed-input.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/relocatable-compressed-input.s b/test/ELF/relocatable-compressed-input.s index bdfb2073a1e0..3c0199c33f7d 100644 --- a/test/ELF/relocatable-compressed-input.s +++ b/test/ELF/relocatable-compressed-input.s @@ -1,4 +1,4 @@ -# REQUIRES: zlib +# REQUIRES: x86, zlib # RUN: llvm-mc -compress-debug-sections=zlib-gnu -filetype=obj -triple=x86_64-unknown-linux %s -o %t1 # RUN: llvm-readobj -sections %t1 | FileCheck -check-prefix=GNU %s |