[PATCH] D46628: [ELF] Add --strip-debug-non-line option
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jun 23 21:16:27 PDT 2019
    
    
  
MaskRay added inline comments.
================
Comment at: lld/test/ELF/strip-debug-non-line.s:210
+	.section	".note.GNU-stack","", at progbits
+	.addrsig
+	.section	.debug_line,"", at progbits
----------------
`.addrsig` is also not necessary (it cannot be consumed by GNU as).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46628/new/
https://reviews.llvm.org/D46628
    
    
More information about the llvm-commits
mailing list