[llvm] r343165 - [docs] Remove reference to makellvm which was removed in rL329041

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 20:48:04 PDT 2018


Author: maskray
Date: Wed Sep 26 20:48:04 2018
New Revision: 343165

URL: http://llvm.org/viewvc/llvm-project?rev=343165&view=rev
Log:
[docs] Remove reference to makellvm which was removed in rL329041

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=343165&r1=343164&r2=343165&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Sep 26 20:48:04 2018
@@ -1205,15 +1205,6 @@ because they are code generators for par
   line. This is an efficient way of searching the source base for a
   particular regular expression.
 
-``makellvm``
-
-  Compiles all files in the current directory, then
-  compiles and links the tool that is the first argument. For example, assuming
-  you are in  ``llvm/lib/Target/Sparc``, if ``makellvm`` is in your
-  path,  running ``makellvm llc`` will make a build of the current
-  directory, switch to directory ``llvm/tools/llc`` and build it, causing a
-  re-linking of LLC.
-
 ``TableGen/``
 
   Contains the tool used to generate register




More information about the llvm-commits mailing list