llvm-6502/docs/CommandGuide
Mark Seaborn 9bb9615e1f Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
This option caused LowerInvoke to generate code using SJLJ-based
exception handling, but there is no code left that interprets the
jmp_buf stack that the resulting code maintained (llvm.sjljeh.jblist).
This option has been obsolete for a while, and replaced by
SjLjEHPrepare.

This leaves the default behaviour of LowerInvoke, which is to convert
invokes to calls.

Differential Revision: http://llvm-reviews.chandlerc.com/D3136

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204388 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-20 19:54:47 +00:00
..
bugpoint.rst Documentation: use correct highlighter 2012-11-29 12:00:32 +00:00
FileCheck.rst Allow multiple check prefixes in FileCheck. 2013-11-10 02:04:09 +00:00
index.rst PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
lit.rst [lit] Change --show-{tests,suites} to exit after printing. 2013-08-08 20:59:25 +00:00
llc.rst Remove LowerInvoke's obsolete "-enable-correct-eh-support" option 2014-03-20 19:54:47 +00:00
lli.rst Remove LowerInvoke's obsolete "-enable-correct-eh-support" option 2014-03-20 19:54:47 +00:00
llvm-ar.rst Remove more dead documentation. 2013-07-30 04:06:06 +00:00
llvm-as.rst Fix the formatting a bit. 2012-06-20 11:25:11 +00:00
llvm-bcanalyzer.rst Documentation: use paths relative to document root in links. 2012-12-12 21:16:29 +00:00
llvm-build.rst Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00
llvm-config.rst Use correct syntax highliter in code blocks. Noticed by Sean Silva. 2012-06-12 15:45:07 +00:00
llvm-cov.rst Documentation for llvm-cov: reformat 2012-11-29 19:10:21 +00:00
llvm-diff.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-dis.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-extract.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-link.rst Update documentation of llvm-link to reflect recent cleanups. 2013-03-19 16:04:19 +00:00
llvm-nm.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-profdata.rst PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
llvm-readobj.rst Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
llvm-stress.rst Documentation for llvm-stress: reformat 2012-11-29 19:05:55 +00:00
llvm-symbolizer.rst llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. 2013-12-24 19:33:22 +00:00
opt.rst [docs] Clean up some more llvm-gcc stuff 2014-02-19 00:12:34 +00:00
tblgen.rst Documentation: end option description with a period 2013-04-27 16:34:24 +00:00