[PATCH] D70284: Constant strings emitted when `-fno-constant-cfstrings` is passed should allow dead stripping
Ben D. Jones via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 20:45:45 PST 2019
bendjones added a comment.
In D70284#1752811 <https://reviews.llvm.org/D70284#1752811>, @dexonsmith wrote:
> For some reason this revision is locked down and I'm not allowed to "edit" it, which includes adding inline review comments. Can you add me as a reviewer?
Thought I did.
> The two comments:
>
> - Please add a period at the end of the sentence in the comment.
Will do.
> - Can you give more context about what `objc_arc_inert` is doing, and why it's necessary now that `no_dead_strip` is gone?
The objc_arc_inert was added to other similar things so in the spirt of making things match I added it here. I can keep it simple though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70284/new/
https://reviews.llvm.org/D70284
More information about the cfe-commits
mailing list