This is an archive of the discontinued LLVM Phabricator instance.

Use the correct project name in README.txt
ClosedPublic

Authored by gbedwell on Jun 5 2018, 1:37 PM.

Details

Summary

I happened to notice this when browsing one of the github mirrors.

Per llvm.org: "The name "LLVM" itself is not an acronym; it is the full name of the project."

Normally for a simple documentation cleanup like this I'd forgo the review process and commit directly, but as it is the first line of the first file many new contributors will see, I figured better to be safe ;).

Diff Detail

Repository
rL LLVM

Event Timeline

gbedwell created this revision.Jun 5 2018, 1:37 PM
lattner accepted this revision.Jun 5 2018, 3:20 PM

How about changing it to "LLVM Compiler Infrastructure". Accepted with that tweak, thanks!

This revision is now accepted and ready to land.Jun 5 2018, 3:20 PM
This revision was automatically updated to reflect the committed changes.

How about changing it to "LLVM Compiler Infrastructure". Accepted with that tweak, thanks!

Thanks Chris! I went with the definite article to match the heading on llvm.org (plus that happens to make the commit touch exactly half the number of lines of my original version, so it's far less invasive ;)).