diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llc.html')
-rw-r--r-- | llvm/docs/CommandGuide/llc.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index 08cae51429c..3a1efd1df11 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/docs/CommandGuide/llc.html @@ -93,7 +93,7 @@ OPTIONS <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 @@ OPTIONS 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. |