[PATCH] D149243: [BOLT] Make sure all section allocations have deterministic contents
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 01:07:26 PDT 2023
jobnoorman added a comment.
Do we want to hardcode `RuntimeDyld`'s strange behavior of allocating 1 byte for empty sections in tests? This will break with D147544 <https://reviews.llvm.org/D147544> because empty sections are actually allocated as empty.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149243/new/
https://reviews.llvm.org/D149243
More information about the llvm-commits
mailing list