Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 74792959e13..bc195a5a8b8 100644
--- a/README.md
+++ b/README.md
@@ -434,7 +434,6 @@ Disables compilation for the SSA optimization
framework, and the various SSA-based 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
@@ -447,10 +446,6 @@ full details and up-to-date information on this feature.
* You will need to have an LLVM built that Mono can link
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` - Enable use of arrays with indexes larger
than Int32.MaxValue.