[llvm-commits] CVS: llvm/docs/CommandGuide/gccas.html gccas.pod

Chris Lattner lattner at cs.uiuc.edu
Wed Jun 2 14:35:07 PDT 2004


Changes in directory llvm/docs/CommandGuide:

gccas.html updated: 1.7 -> 1.8
gccas.pod updated: 1.1 -> 1.2

---
Log message:

The --enable-correct-eh-support option is meaningless when provided to
gccas.


---
Diffs of the changes:  (+0 -11)

Index: llvm/docs/CommandGuide/gccas.html
diff -u llvm/docs/CommandGuide/gccas.html:1.7 llvm/docs/CommandGuide/gccas.html:1.8
--- llvm/docs/CommandGuide/gccas.html:1.7	Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/gccas.html	Wed Jun  2 14:30:23 2004
@@ -49,12 +49,6 @@
   Disable all assemble-time optimization passes.
 	<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> -stats
 	<br>
 	Print statistics.


Index: llvm/docs/CommandGuide/gccas.pod
diff -u llvm/docs/CommandGuide/gccas.pod:1.1 llvm/docs/CommandGuide/gccas.pod:1.2
--- llvm/docs/CommandGuide/gccas.pod:1.1	Wed Jun  2 14:12:38 2004
+++ llvm/docs/CommandGuide/gccas.pod	Wed Jun  2 14:30:23 2004
@@ -45,11 +45,6 @@
 
 Disable all assembler-time optimization passes.
 
-=item B<--enable-correct-eh-support>
-
-Instruct the B<-lowerinvoke> pass to insert code for correct exception handling
-support.  This is expensive and is by default omitted for efficiency.
-
 =item B<--stats>
 
 Print statistics.





More information about the llvm-commits mailing list