[PATCH] D57217: llvm-objcopy: Add support for -g as an alias for --strip-debug
    Alexander Shaposhnikov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan 24 20:47:03 PST 2019
    
    
  
alexshap added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/symtab-link.test:4
 # RUN: llvm-readobj --sections %t2 | FileCheck %s
+# RUN: llvm-objcopy %t %t2g
+# RUN: llvm-readobj --sections %t2g | FileCheck %s
----------------
what is this second run for ? appears to be exactly the same as the line 2
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57217/new/
https://reviews.llvm.org/D57217
    
    
More information about the llvm-commits
mailing list