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
bugpoint.pod
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
llvm-ar.pod
llvm-as.pod
llvm-bcanalyzer.pod
llvm-build.pod llvm-build: Add sketchy support for preserving comments when using 2011-12-12 22:45:35 +00:00
llvm-config.pod
llvm-cov.pod Add documentation for llvm-cov. 2011-11-28 23:39:25 +00:00
llvm-diff.pod
llvm-dis.pod
llvm-extract.pod
llvm-link.pod
llvm-nm.pod
llvm-prof.pod
llvm-ranlib.pod
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
opt.pod
tblgen.pod Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. 2012-02-27 02:31:09 +00:00