[PATCH] D89751: [ELF] --gdb-index: support --icf={safe,all}

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 00:08:38 PDT 2020


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/test/ELF/gdb-index-icf.s:28
+.section  .debug_abbrev,"", at progbits
+  .byte  1                         # Abbreviation Code
+  .byte  65                        # DW_TAG_type_unit
----------------
`#` -> `##`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89751



More information about the llvm-commits mailing list