summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwp/X86/compress.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-dwp/X86/compress.test')
-rw-r--r--llvm/test/tools/llvm-dwp/X86/compress.test17
1 files changed, 17 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/compress.test b/llvm/test/tools/llvm-dwp/X86/compress.test
new file mode 100644
index 00000000000..47ebaccf282
--- /dev/null
+++ b/llvm/test/tools/llvm-dwp/X86/compress.test
@@ -0,0 +1,17 @@
+RUN: llvm-dwp %p/../Inputs/compress/a.dwo -o %t
+RUN: llvm-dwarfdump %t | FileCheck %s
+
+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) {
+ }
+
+Since the compression is pretty orthogonal, we're not trying to test that the
+compression library functioned correctly, just that dwp used it to decompress
+the section - so test a few simple features and be done with it.
+
+CHECK: .debug_info.dwo contents:
+CHECK: Compile Unit:
+CHECK: DW_TAG_compile_unit
+CHECK: DW_TAG_subprogram
+CHECK: DW_TAG_formal_parameter
OpenPOWER on IntegriCloud