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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 04:42:44 PST 2017


joerg added a comment.

I'm not sure that clang should care at all about relocatable output, it is too much of a special case. IMO if you want to link relocatable output, you should call the linker directly.


https://reviews.llvm.org/D30566





More information about the llvm-commits mailing list