[PATCH] D49678: [llvm-objcopy] Adding support for compressed DWARF debug sections.
    Paul Robinson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  6 08:13:16 PDT 2018
    
    
  
probinson added inline comments.
================
Comment at: test/tools/llvm-objcopy/zlib-dwarf.test:4
+# RUN: yaml2obj %s  > %t-clean.o
+# RUN: llvm-objdump -s %t-clean.o -section=.debug_str | grep -i clang
+
----------------
`grep` in tests is deprecated.  Use FileCheck.
Repository:
  rL LLVM
https://reviews.llvm.org/D49678
    
    
More information about the llvm-commits
mailing list