[PATCH] D47796: Use the correct project name in README.txt

Greg Bedwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 13:37:58 PDT 2018


gbedwell created this revision.
gbedwell added a reviewer: lattner.

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 ;).


https://reviews.llvm.org/D47796

Files:
  README.txt


Index: README.txt
===================================================================
--- README.txt
+++ README.txt
@@ -1,5 +1,5 @@
-Low Level Virtual Machine (LLVM)
-================================
+LLVM
+====
 
 This directory and its subdirectories contain source code for LLVM,
 a toolkit for the construction of highly optimized compilers,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47796.150033.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/f71581a6/attachment.bin>


More information about the llvm-commits mailing list