[PATCH] D125410: [ELF] Align the end of PT_GNU_RELRO to max-page-size instead of common-page-size

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 18:23:01 PDT 2022


nathanchance added a comment.

I am seeing a failure during a two stage build of LLVM on an AArch64 host that I bisected to this change:

  [3118/3661] ASTNodeAPI.json
  
  FAILED: tools/clang/lib/Tooling/ASTNodeAPI.json …
  …/bin/clang-ast-dump: error while loading shared libraries: cannot apply additional memory protection after relocation: Cannot allocate memory

What information would be helpful for investigating what is going on?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125410/new/

https://reviews.llvm.org/D125410



More information about the llvm-commits mailing list