shiva0217 added a comment.

In D57497#1382206 <https://reviews.llvm.org/D57497#1382206>, @apazos wrote:

> 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).


Hi Ana, thanks for the tips!
I follow Hexagon and implement the passing code in 
`RISCV::Linker::ConstructJob`.
Could you help me to check whether it could work properly?


Repository:
  rC Clang

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

https://reviews.llvm.org/D57497



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to