aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-30 01:19:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-30 01:19:16 +0000
commit36e96e05c8b0d30b251d7de4e8b5b44053736e97 (patch)
tree1f5e54e4a4b1a751153aa2c0ba43ec95c0692f63 /docs/index.html
parent3c00970c91dccf33f2dc9c080d8b5e23c46b8bdf (diff)
downloadexternal_llvm-36e96e05c8b0d30b251d7de4e8b5b44053736e97.zip
external_llvm-36e96e05c8b0d30b251d7de4e8b5b44053736e97.tar.gz
external_llvm-36e96e05c8b0d30b251d7de4e8b5b44053736e97.tar.bz2
Add a link to the C/C++ front-end building instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index b2db1ba..5dc1da0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -201,6 +201,11 @@ Other LLVM Resources:
<dl compact>
<dt>
+ Building the LLVM C/C++ front-end:
+ <dd>
+ <a href="CFEBuildInstrs.html">llvm/docs/CFEBuildInstrs.html</a>
+ <p>
+ <dt>
Submitting a Bug:
<dd>
<a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">