Performed some updates on the new options to these command line tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html
index 08cae51..3a1efd1 100644
--- a/docs/CommandGuide/llc.html
+++ b/docs/CommandGuide/llc.html
@@ -93,7 +93,7 @@
<dt> x86 </dt>
<dd>IA-32 (Pentium and above)</dd>
- <dt> sparc </dt>
+ <dt> sparcv9 </dt>
<dd>SPARC V9</dd>
<dt> c </dt>
@@ -106,6 +106,12 @@
Specify the output filename.
<p>
+ <li>-enable-correct-eh-support
+ <br>
+ Instruct the -lowerinvoke pass to insert code for correct exception handling
+ support. This is expensive and is by default omitted for efficiency.
+ <p>
+
<li> -help
<br>
Print a summary of command line options.