[PATCH] D102289: [MC][ELF] Introduce .rodata.cold section

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 5 16:10:28 PDT 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

I don't see that this needs to be a built-in default section. The application can call `Ctx->getELFSection(".rodata.cold", ELF::SHT_PROGBITS, ELF::SHF_ALLOC);` instead


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102289



More information about the llvm-commits mailing list