[PATCH] D87219: [ELF] Merge .openbsd.randomdata.* sections into a single .openbsd.randomdata section when linking
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 10:11:53 PDT 2022
MaskRay added a comment.
This seems like work of a default linker script. Nowadays you may use `OVERWRITE_SECTIONS` to create a new output section description: https://maskray.me/blog/2021-07-04-sections-and-overwrite-sections
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87219/new/
https://reviews.llvm.org/D87219
More information about the llvm-commits
mailing list