[PATCH] D28761: [ELF] Bypass section type check.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 22:31:26 PST 2017
ruiu added a comment.
I think I want to avoid adding an "if linker script" condition and instead want to solve a problem in a generic way.
So what are we trying to check there? If the check is too picky, we should just remove it. If it is needed for some critical errors (such as turning non-executable sections to executable sections), we should check for that.
Repository:
rL LLVM
https://reviews.llvm.org/D28761
More information about the llvm-commits
mailing list