This is an archive of the discontinued LLVM Phabricator instance.

[driver] Enable response file when using lld on baremetal targets
AbandonedPublic

Authored by phosek on Apr 14 2023, 2:49 PM.

Details

Reviewers
mcgrathr
haowei
Summary

This patch enables response file support when using lld on baremetal targets

Diff Detail

Event Timeline

haowei created this revision.Apr 14 2023, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 2:49 PM
Herald added a subscriber: abidh. · View Herald Transcript
haowei requested review of this revision.Apr 14 2023, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 2:49 PM

I think we can enable the use of response files unconditionally since it should be supported by all officially supported linkers. This matches the logic used by other driver classes such as Gnu.

phosek commandeered this revision.Apr 19 2023, 8:03 PM
phosek abandoned this revision.
phosek edited reviewers, added: haowei; removed: phosek.

Addressed by D148760.