[PATCH] D57497: [RISCV] Passing -G value to RISCV backend
Ana Pazos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 2 18:45:53 PST 2019
apazos added a comment.
Hi Shiva, I think you need to check for and pass along the -G option to the linker (gnutools::Linker and RISCV::Linker) and will be available for LTO. Check Hexagon, it passes the threshold value to the assembler (via -gpsize) and linker (via -G).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57497/new/
https://reviews.llvm.org/D57497
More information about the cfe-commits
mailing list