[PATCH] D57497: [RISCV] Passing small data limitation value to RISCV backend

Ana Pazos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 18:10:31 PDT 2020


apazos added a comment.

Shiva, I am not sure how the SDataLimit is being honored in LTO mode. 
Where does getModuleMetadata get called?
If the SelectSectionForGlobal api is called without getModuleMetadata being called first, it will use the default 8 instead of honoring the SDataLimit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57497





More information about the cfe-commits mailing list