[PATCH] D24725: [ELF] - Linkerscript: report orphans if --verbose used.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 02:17:49 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D24725#551207, @rafael wrote:

> Does bfd consider linker created sections to be orphans? For example, will it warn if the script doesn't mention .dynsym?


Yes, it is. Patch needs update to handle this case then.


https://reviews.llvm.org/D24725





More information about the llvm-commits mailing list