[llvm-commits] CVS: llvm/docs/CommandGuide/opt.pod
Reid Spencer
reid at x10sys.com
Fri Feb 2 16:33:42 PST 2007
Changes in directory llvm/docs/CommandGuide:
opt.pod updated: 1.6 -> 1.7
---
Log message:
And even more correctly.
---
Diffs of the changes: (+0 -4)
opt.pod | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/docs/CommandGuide/opt.pod
diff -u llvm/docs/CommandGuide/opt.pod:1.6 llvm/docs/CommandGuide/opt.pod:1.7
--- llvm/docs/CommandGuide/opt.pod:1.6 Fri Feb 2 18:32:23 2007
+++ llvm/docs/CommandGuide/opt.pod Fri Feb 2 18:33:26 2007
@@ -65,12 +65,8 @@
might be useful for other front end compilers as well. To discover the full set
of options available, use the following command:
-=over
-
llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments
-=back
-
=item B<-disable-inlining>
This option is only meaningful when B<-std-compile-opts> is given. It simply
More information about the llvm-commits
mailing list