sdardis added inline comments.

================
Comment at: cfe/trunk/include/clang/Driver/Options.td:2423
+  Group<m_mips_Features_Group>,
+  HelpText<"Try turning PIC calls (j{al}r{c} $25) into direct calls "
+  "(MIPS only)">, Flags<[HelpHidden]>;
----------------
I think this help text could be a little better. Instead of implying that the 
compiler could turn PIC calls into direct calls, something like "Produce 
relaxation hints for linkers to try optimizing PIC call sequences into direct 
calls", I believe describes the optimization better. Likewise in the negative 
sense for the -mno-relax-pic-calls.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56878



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

Reply via email to