This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Fix typo in error message for LLD in bootstrap builds.
ClosedPublic

Authored by fcambus on Sep 30 2021, 7:56 AM.

Diff Detail

Event Timeline

fcambus created this revision.Sep 30 2021, 7:56 AM
fcambus requested review of this revision.Sep 30 2021, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2021, 7:56 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
xgupta accepted this revision.Sep 30 2021, 9:00 AM

LGTM, Thanks! And @fcambus If you want to continue contributing to the llvm-project, I would suggest you ask for commit access so you can directly commit typo fixes without opening revisions. Instructions are here -https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access.

This revision is now accepted and ready to land.Sep 30 2021, 9:00 AM
fcambus added a comment.EditedSep 30 2021, 9:22 AM

@xgupta Yes, I of course have plans to continue contributing to LLVM. I will apply for commit access, thanks for the suggestion!

This revision was automatically updated to reflect the committed changes.