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
This commit is contained in:
Misha Brukman 2003-10-30 01:19:16 +00:00
parent 3c00970c91
commit 36e96e05c8

View 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">