summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-05-02 15:36:26 +0000
committerDuncan Sands <baldrick@free.fr>2010-05-02 15:36:26 +0000
commit211427bda9e3537c651db35f09ccd07406e7b543 (patch)
tree10ce8da9ad44ebd6306a188492f1dc748b65fffd /llvm/docs/CommandGuide
parent2718b4d757494cdc33593827c690bb6fc5b5b5ac (diff)
downloadbcm5719-llvm-211427bda9e3537c651db35f09ccd07406e7b543.tar.gz
bcm5719-llvm-211427bda9e3537c651db35f09ccd07406e7b543.zip
Remove the -enable-sjlj-eh option, which doesn't do anything.
Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/lli.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod
index 6d1e1c65d43..d368bec8660 100644
--- a/llvm/docs/CommandGuide/lli.pod
+++ b/llvm/docs/CommandGuide/lli.pod
@@ -145,9 +145,9 @@ Disable fusing of spill code into instructions.
Make the -lowerinvoke pass insert expensive, but correct, EH code.
-=item B<-enable-eh>
+=item B<-jit-enable-eh>
-Exception handling should be emitted.
+Exception handling should be enabled in the just-in-time compiler.
=item B<-join-liveintervals>
OpenPOWER on IntegriCloud