diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:07:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:07:27 +0000 |
commit | 7911ce2578fd143f37ef4de7aa3e5795c18df4a6 (patch) | |
tree | dc6dd865e72461de7c8a5baa7d2150a6e25a36c8 /docs/FAQ.html | |
parent | 69bf8a9b80a6e6a064e631a55d5140027e659128 (diff) |
Make use of the new doc_author class. "Seperate content from presentation" they said.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 74f0ea40f4..9c3121ec48 100644 --- a/docs/FAQ.html +++ b/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> - - <!-- *********************************************************************** --> <!-- *********************************************************************** --> |