summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/gccld.html
Commit message (Collapse)AuthorAgeFilesLines
* Document new optionChris Lattner2004-04-061-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12699 91177308-0d34-0410-b5e6-96231b3b80d8
* Performed some updates on the new options to these command line tools.John Criswell2004-03-121-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarified the extension to shared library objects.John Criswell2004-01-261-7/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10978 91177308-0d34-0410-b5e6-96231b3b80d8
* Document -disable-opt option that I added.Brian Gaeke2003-11-161-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10045 91177308-0d34-0410-b5e6-96231b3b80d8
* Consistently set the background colorChris Lattner2003-10-071-1/+1
| | | | | | | Change the footer to include "maintained by" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8938 91177308-0d34-0410-b5e6-96231b3b80d8
* More changes and updatesChris Lattner2003-10-071-73/+65
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8935 91177308-0d34-0410-b5e6-96231b3b80d8
* Change the heading of the page to reflect the tool nameChris Lattner2003-09-251-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8715 91177308-0d34-0410-b5e6-96231b3b80d8
* Added an explanation of gccld's behavior when linking in native mode.John Criswell2003-09-251-0/+8
| | | | | | | Also gives me an excuse to re-commit the file on Tank. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8714 91177308-0d34-0410-b5e6-96231b3b80d8
* Added information about the new -native option.John Criswell2003-09-251-8/+64
| | | | | | | Added information about how object files and libraries are found and loaded. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8713 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the footer to be a link to the LLVM web page.John Criswell2003-09-111-1/+1
| | | | | | | | | Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8485 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding a skeleton for the LLVM Command Guide.John Criswell2003-09-111-0/+124
Hopefully the group as a whole will update this into a real guide. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8483 91177308-0d34-0410-b5e6-96231b3b80d8