llvm-6502/docs/CommandGuide
Michael J. Spencer 75338097c7 Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
llvm-ld is no longer useful and causes confusion and so it is being removed.

* Does not work very well on Windows because it must call a gcc like driver to
  assemble and link.
* Has lots of hard coded paths which are wrong on many systems.
* Does not understand most of ld's options.
* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
  ld, or fully replaced by Clang.

I know of no production use of llvm-ld, and hacking use should be
replaced by Clang's driver.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155147 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-19 19:27:54 +00:00
..
html Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
bugpoint.pod Comment edit. 2011-04-23 03:27:19 +00:00
FileCheck.pod Some formatting and grammar fixes in the FileCheck documentation 2012-04-18 07:44:03 +00:00
index.html Remove llvm-ld and llvm-stub (which is only used by llvm-ld). 2012-04-19 19:27:54 +00:00
lit.pod docs/lit: Add some notes on the lit test run output format. 2012-03-26 18:01:14 +00:00
llc.pod Drop O4 from the llc manpage, it was removed in r70445. 2012-03-29 20:40:18 +00:00
lli.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-ar.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-as.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-bcanalyzer.pod Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
llvm-build.pod llvm-build: Add sketchy support for preserving comments when using 2011-12-12 22:45:35 +00:00
llvm-config.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-cov.pod Add documentation for llvm-cov. 2011-11-28 23:39:25 +00:00
llvm-diff.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-dis.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-extract.pod Add -rfunc and -rglob options to llvm-extract to support regular 2011-09-16 21:09:17 +00:00
llvm-link.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-nm.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-prof.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-ranlib.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
llvm-stress.pod Add a random .LL file generator to stress-test different llvm components. 2012-02-26 08:35:53 +00:00
Makefile docs: Sketch docs for llvm-build tool. 2011-11-03 17:56:24 +00:00
manpage.css Revert r103213. It broke several sections of live website. 2010-05-07 00:28:04 +00:00
opt.pod docs: Canonicalize URLs. 2011-04-09 02:13:37 +00:00
tblgen.pod Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. 2012-02-27 02:31:09 +00:00