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

Shiva Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 3 18:52:25 PST 2019


shiva0217 added a comment.

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

> I don't see -plugin-opt=-riscv-ssection-threshold=.. being passed.
>  tools::gnutools::Linker::ConstructJob is being invoked with target riscv32-unknown-linux-gnu
>  It has to work for riscv32-unknown-linux-gnu and riscv32-unknown-elf


Hi Ana, I've added the passing code in `tools::gnutools::Linker::ConstructJob` for non-baremetal target.
Thanks for pointing me out the missing part. :)


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