diff options
| author | David Blaikie <dblaikie@gmail.com> | 2016-02-19 02:03:45 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2016-02-19 02:03:45 +0000 |
| commit | 9a5d3645b4922d65735ef1520df22b6b301666fd (patch) | |
| tree | 31e6fb77a28727962682dcae3ab3cac1e52d51f8 /llvm/test/tools | |
| parent | 6a6376b17cdf6c0adf8e52a298beff75079d932a (diff) | |
| download | bcm5719-llvm-9a5d3645b4922d65735ef1520df22b6b301666fd.tar.gz bcm5719-llvm-9a5d3645b4922d65735ef1520df22b6b301666fd.zip | |
llvm-dwp: Don't test compression when zlib isn't available
llvm-svn: 261298
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/llvm-dwp/X86/compress.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/compress.test b/llvm/test/tools/llvm-dwp/X86/compress.test index 47ebaccf282..d9eadba57af 100644 --- a/llvm/test/tools/llvm-dwp/X86/compress.test +++ b/llvm/test/tools/llvm-dwp/X86/compress.test @@ -1,6 +1,8 @@ RUN: llvm-dwp %p/../Inputs/compress/a.dwo -o %t RUN: llvm-dwarfdump %t | FileCheck %s +REQUIRES: zlib + Simple test built from this input which produces DWARF long enough to be compressed in the .[z]debug_info section: void f(int a, int b, int c, int d) { |

