[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 Mar 10 21:34:02 PDT 2020
jrtc27 added a comment.
I believe my previous comments have indeed been addressed.
================
Comment at: clang/docs/ClangCommandLineReference.rst:2958
+
+Put global and static data smaller than the limitation into a special section (RISCV only)
+
----------------
lenary wrote:
> "(RISC-V only)" please
This seems like needless noise; it's already in the RISCV section, we don't need to say it's RISC-V only in the body too. Other architectures are inconsistent about this but I see it as a waste of time?
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