[PATCH] D24899: [ELF] Don't warn about missing start symbol in relocatable and shared files

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 19:50:25 PDT 2016


phosek added a comment.

Yes, in particular I wanted to check if setting `-z common-page-size` also affects the page size used in other places like `PT_LOAD` alignment but it doesn't seem to be the case, it only seems to affect the `COMMONGPAGESIZE` value accessible from the linker script.


https://reviews.llvm.org/D24899





More information about the llvm-commits mailing list