[PATCH] D43069: [ELF] - Report error if removed empty output section declaration used undefined symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 20:27:48 PST 2018


ruiu added a comment.

This patch seems somewhat irrelevant to me because the issue you found is not actually related to the issue you described in the patch description. The issue you found is that we do not recognize "(INFO)" as a special tag, and that's different from ignoring symbols in dead sections.


https://reviews.llvm.org/D43069





More information about the llvm-commits mailing list