[llvm-commits] [dragonegg] r93012 - /dragonegg/trunk/README
Duncan Sands
baldrick at free.fr
Fri Jan 8 10:23:22 PST 2010
Author: baldrick
Date: Fri Jan 8 12:23:21 2010
New Revision: 93012
URL: http://llvm.org/viewvc/llvm-project?rev=93012&view=rev
Log:
Note that -flto is the same as -fplugin-arg-dragonegg-emit-ir
(just a whole lot shorter).
Modified:
dragonegg/trunk/README
Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=93012&r1=93011&r2=93012&view=diff
==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Fri Jan 8 12:23:21 2010
@@ -51,6 +51,7 @@
-fplugin-arg-dragonegg with -fplugin-arg-llvm in the options below.
-fplugin-arg-dragonegg-emit-ir
+-flto
Output LLVM IR rather than target assembler. You need to use -S with this,
since otherwise GCC will pass the output to the system assembler (these don't
usually understand LLVM IR). It would be nice to fix this and have the option
More information about the llvm-commits
mailing list