[PATCH] D102138: [LLD] [COFF] Fix including the personality function for DWARF EH when linking with --gc-sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 14:07:37 PDT 2021


MaskRay added inline comments.


================
Comment at: lld/test/COFF/gc-dwarf-eh.s:37
+.section .eh_frame,"r"
+.long _main at IMGREL
+.long ___gxx_personality_v0 at IMGREL
----------------
Is `.cfi_personality` supported? Would be good to use correct content. The personality (`__gxx_personality_v0`) relocation precedes the text section symbols.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102138



More information about the llvm-commits mailing list