[llvm-commits] CVS: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod
Patrick Meredith
pmeredit at cs.uiuc.edu
Thu Oct 5 10:02:17 PDT 2006
Changes in directory llvm-www/releases/1.8/docs/CommandGuide:
llvmgcc.pod updated: 1.1 -> 1.2
---
Log message:
Added command line option documentation for -emit-llvm
---
Diffs of the changes: (+5 -0)
llvmgcc.pod | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod
diff -u llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.1 llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.2
--- llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod:1.1 Wed Aug 9 01:00:10 2006
+++ llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod Thu Oct 5 12:02:00 2006
@@ -76,6 +76,11 @@
Fully disable all inlining
+=item B<-emit-llvm>
+
+Emit llvm files (bytecode instead of object files, and .ll files instead of native assembly files if used with -S)
+
+
=back
=head1 EXIT STATUS
More information about the llvm-commits
mailing list