This is an archive of the discontinued LLVM Phabricator instance.

lld-link: Add --rsp-quoting= flag
ClosedPublic

Authored by thakis on Sep 4 2017, 4:36 PM.

Details

Reviewers
ruiu
Summary

This ports https://reviews.llvm.org/D19425 from clang / https://reviews.llvm.org/D22015 from the ELF port to COFF lld. This can be useful when linking COFF files on a posix host.

Diff Detail

Event Timeline

thakis created this revision.Sep 4 2017, 4:36 PM
thakis updated this revision to Diff 113796.Sep 4 2017, 4:45 PM
thakis edited the summary of this revision. (Show Details)

Actually, I talked myself out of this affecting %LINK% / %_LINK_% while writing the patch summary. I removed that bit.

thakis updated this revision to Diff 113797.Sep 4 2017, 4:47 PM

fix a comment typo

ruiu accepted this revision.Sep 5 2017, 11:19 AM

LGTM

This revision is now accepted and ready to land.Sep 5 2017, 11:19 AM
thakis closed this revision.Sep 5 2017, 4:48 PM

r312594, thanks!