[PATCH] D19996: New clang option -mpie-copy-relocationss to indicate support for linker copy relocations when linking as PIE
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 11:43:32 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: include/clang/Driver/Options.td:1696
+ Flags<[CC1Option]>,
+ HelpText<"Copy Relocations support for PIE builds">;
+def mno_pie_copy_relocations : Flag<["-"], "mno-pie-copy-relocations">, Group<m_Group>,
----------------
rnk wrote:
> I agree with Rafael, this needs a verb, like "Use copy relocations in PIE builds" or something.
I guess "avail" is a verb, but I've never seen anyone use it. I'd really rather use "use". :)
https://reviews.llvm.org/D19996
More information about the cfe-commits
mailing list