forked from OSchip/llvm-project
[docs] Remove reference to makellvm which was removed in rL329041
llvm-svn: 343165
This commit is contained in:
parent
23a6119619
commit
edcb29349a
|
@ -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
|
line. This is an efficient way of searching the source base for a
|
||||||
particular regular expression.
|
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/``
|
``TableGen/``
|
||||||
|
|
||||||
Contains the tool used to generate register
|
Contains the tool used to generate register
|
||||||
|
|
Loading…
Reference in New Issue