diff options
| author | Fangrui Song <maskray@google.com> | 2018-09-07 18:29:20 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-09-07 18:29:20 +0000 |
| commit | 91c95a35c18937129e1929fb5002d265c5b40cbc (patch) | |
| tree | 7923ce37b3994983e4055560db290f322b62e367 /llvm/test/tools/llvm-dwp/X86/compress.test | |
| parent | 92ca61884b6a675a3c2be33244ef3dfca61f94ae (diff) | |
| download | bcm5719-llvm-91c95a35c18937129e1929fb5002d265c5b40cbc.tar.gz bcm5719-llvm-91c95a35c18937129e1929fb5002d265c5b40cbc.zip | |
[llvm-dwp] Clean up tests X86/*.test
llvm-svn: 341688
Diffstat (limited to 'llvm/test/tools/llvm-dwp/X86/compress.test')
| -rw-r--r-- | llvm/test/tools/llvm-dwp/X86/compress.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/compress.test b/llvm/test/tools/llvm-dwp/X86/compress.test index 94275f4a176..ed405cb48c3 100644 --- a/llvm/test/tools/llvm-dwp/X86/compress.test +++ b/llvm/test/tools/llvm-dwp/X86/compress.test @@ -1,8 +1,7 @@ +REQUIRES: zlib RUN: llvm-dwp %p/../Inputs/compress/a.dwo -o %t RUN: llvm-dwarfdump -v %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) { |

