diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-01 15:59:28 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-01 15:59:28 +0000 |
commit | b9a47d1e3f4e1134231ee1d44e2bbae5adaf2ef9 (patch) | |
tree | 78cd9db6118434a78685b12bcf20206ac9901ea5 /docs/index.html | |
parent | 595f06c6da14842c6be586eda6cbba202a6bc18f (diff) | |
download | external_llvm-b9a47d1e3f4e1134231ee1d44e2bbae5adaf2ef9.zip external_llvm-b9a47d1e3f4e1134231ee1d44e2bbae5adaf2ef9.tar.gz external_llvm-b9a47d1e3f4e1134231ee1d44e2bbae5adaf2ef9.tar.bz2 |
Put finishing touches on GettingStartedVS.html and link it to the index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index d17901c..fff7034 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,6 +51,10 @@ Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution of some tools.</li> +<li><a href="GettingStartedVS.html">Getting Started with the LLVM System using +Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for +those using Visual Studio on Windows.</li> + <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/> Current tools: |