[PATCH] D30566: [ELF] - Do not try to create .eh_frame_hdr for relocatable output.

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 07:14:21 PST 2017


emaste added a comment.

> IMO if you want to link relocatable output, you should call the linker directly.

That's probably true and something we should address in FreeBSD's build.

However, this is a regression from 4.0.0 so perhaps we should initially go with this https://reviews.llvm.org/D30566 patch in addition to a warning that --eh-frame-header is being ignored?


https://reviews.llvm.org/D30566





More information about the llvm-commits mailing list