diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-30 01:19:16 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-30 01:19:16 +0000 |
commit | da6f521ab046addac37065fccc0e66922b498ccb (patch) | |
tree | f8bf15080cedd8123ad5f9a6926bb51573f14833 /llvm/docs/index.html | |
parent | 5b4dea338e85c2165d77beb311832c35c77168ee (diff) | |
download | bcm5719-llvm-da6f521ab046addac37065fccc0e66922b498ccb.tar.gz bcm5719-llvm-da6f521ab046addac37065fccc0e66922b498ccb.zip |
Add a link to the C/C++ front-end building instructions.
llvm-svn: 9603
Diffstat (limited to 'llvm/docs/index.html')
-rw-r--r-- | llvm/docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index b2db1ba8586..5dc1da029a0 100644 --- a/llvm/docs/index.html +++ b/llvm/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"> |