diff options
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 74f0ea40f45..9c3121ec481 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -63,7 +63,7 @@ <li> When I compile code using the LLVM GCC front end, it complains that it - cannot find crtend.o. + cannot find libcrtend.a. </li> </ol> </li> @@ -80,6 +80,11 @@ </li> </ol> +<div class="doc_author"> + <p>Written by <a href="http://llvm.cs.uiuc.edu">The LLVM Team</a></p> +</div> + + <!-- *********************************************************************** --> <div class="doc_section"> <a name="license">License</a> @@ -511,10 +516,6 @@ print values. </p> </div> - - <li> - - <!-- *********************************************************************** --> <!-- *********************************************************************** --> |