[PATCH] D40025: [LLD] [COFF] Always truncate the .eh_frame section name

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 00:05:49 PST 2017


ruiu added a comment.

> What do you think about @rnk 's suggestion about always truncating it for any section that will be mapped at runtime (only write long names for sections with the flag IMAGE_SCN_MEM_DISCARDABLE, or what's the right way to find out about that)?

I think that is a great idea.


https://reviews.llvm.org/D40025





More information about the llvm-commits mailing list