[PATCH] D61127: [llvm-objdump] Print newlines before and after "Disassembly of section ...:"

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 06:32:01 PDT 2019


MaskRay added a comment.

This is what GNU objdump does. I don't know why llvm-objdump didn't do this in the first place..

      5a64:       e9 57 be ff ff          jmp    18c0 <__cxa_atexit at plt>                                         
  
  Disassembly of section .fini:
  
  0000000000005a6c <.fini>:


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61127/new/

https://reviews.llvm.org/D61127





More information about the llvm-commits mailing list