2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / README
diff --git a/README b/README
index d3387c592a20975a3e9a08fc71fe794513b0cc2a..20d75bef634a021d2bf3d8d2651cd38a8e1bdc5c 100644 (file)
--- a/README
+++ b/README
@@ -413,6 +413,7 @@ This is Mono.
                        optimizations.
 
        --enable-llvm
+       --enable-loadedllvm
 
                This enables the use of LLVM as a code generation engine
                for Mono.  The LLVM code generator and optimizer will be 
@@ -423,7 +424,11 @@ This is Mono.
                full details and up-to-date information on this feature.
 
                You will need to have an LLVM built that Mono can link
-               against
+               against,
+
+               The --enable-loadedllvm variant will make the llvm backend
+               into a runtime-loadable module instead of linking it directly
+               into the main mono binary.
 
        --enable-big-arrays