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 'doc/gcc-frontend')
-rw-r--r--doc/gcc-frontend9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/gcc-frontend b/doc/gcc-frontend
deleted file mode 100644
index 2b15346db69..00000000000
--- a/doc/gcc-frontend
+++ /dev/null
@@ -1,9 +0,0 @@
-* The GCC front-end
-
- The GCC front-end will accept input in a binary file with
- codes in the Common Intermediate Language (CIL), and generate
- native code.
-
- This will allow pre-compilation and full optimization to take
- place before a program is executed.
-