Add a link to the C/C++ front-end building instructions.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 30 Oct 2003 01:19:16 +0000 (01:19 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 30 Oct 2003 01:19:16 +0000 (01:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9603 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index b2db1ba85862c57d1e9153422c988f1a94bb9af5..5dc1da029a023e9ead49abac076c501513338c1f 100644 (file)
@@ -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">