[PATCH] D75724: [ELF] Simplify sh_addr computation and warn if sh_addr is not a multiple of sh_addralign
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 07:32:15 PDT 2020
psmith added a comment.
Created D75921 <https://reviews.llvm.org/D75921> to create the initial contents of linker_script.rst
While trying to build it I ran into https://bugs.llvm.org/show_bug.cgi?id=41789 as I had too new a version of Sphinx. The solution in the PR worked for the LLD docs, although the overall LLVM docs build failed for a different (deprecation of something in latest Sphinx) in an unrelated file. If this happens to you I suggest setting SPHINX_EXECUTABLE=/path/to/pre_2.0_sphinx_build in your cmake command.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75724/new/
https://reviews.llvm.org/D75724
More information about the llvm-commits
mailing list