From e0db815ccf108bec3182de77d045131ebed101d6 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 11 Aug 2003 19:13:12 +0000 Subject: [PATCH] * Added pointers to the README files in emacs/ and vim/ directories. * Added slashes to distinguish directories and tools from simple scripts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7739 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 633b1e84a5d..6486bd77843 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -886,7 +886,7 @@ they are code generators for parts of LLVM infrastructure.
- Burg
Burg is an instruction selector + Burg/
Burg is an instruction selector generator -- it builds trees on which it then performs pattern-matching to select instructions according to the patterns the user has specified. Burg is currently used in the Sparc V9 backend.

@@ -905,10 +905,11 @@ top of your LLVM CVS tree, running utils/cvsupdate is the preferred way of updating the tree.

-

emacs
The emacs directory contains +
emacs/
The emacs directory contains syntax-highlighting files which will work with Emacs and XEmacs editors, providing syntax highlighting support for LLVM assembly files and TableGen - description files.

+ description files. For information on how to use the syntax files, consult + the README file in that directory.

getsrcs.sh
The getsrcs.sh script finds and outputs all non-generated source files, which is useful if one wishes @@ -931,15 +932,16 @@ tools, and the results can be seen by following the appropriate link on the LLVM homepage.

-

TableGen
The TableGen directory contains +
TableGen/
The TableGen directory contains the tool used to generate register descriptions, instruction set descriptions, and even assemblers from common TableGen description files.

-

vim
The vim directory contains +
vim/
The vim directory contains syntax-highlighting files which will work with the VIM editor, providing syntax highlighting support for LLVM assembly files and TableGen - description files.

+ description files. For information on how to use the syntax files, consult + the README file in that directory.

-- 2.11.0