[PATCH] D57497: [RISCV] Passing small data limitation value to RISCV backend
James Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 5 16:00:44 PST 2019
jrtc27 requested changes to this revision.
jrtc27 added a comment.
This revision now requires changes to proceed.
Please update `docs/ClangCommandLineReference.rst`. Also, in my limited testing, GCC just seems to pass the `-msmall-data-limit=...` flag straight through to the linker through `COLLECT_GCC_OPTIONS`. Finally, please add tests for `-msmall-data-limit=...` instead of or as well as `-G`, since GCC only recognises the former on RISC-V.
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