From 46ab5c32b72b0814c5d070a213b2199e526a1d50 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 27 Sep 2018 03:48:04 +0000 Subject: [PATCH] [docs] Remove reference to makellvm which was removed in rL329041 llvm-svn: 343165 --- docs/GettingStarted.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 16660acc2e5..ff6b6961ffd 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -1205,15 +1205,6 @@ because they are code generators for parts of the infrastructure. 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