We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dc6c7 commit ab67465Copy full SHA for ab67465
Readme.md
@@ -2,6 +2,11 @@
2
3
**Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**
4
5
+## Motivation
6
+
7
+The primary goal of this project is to be able to compile Rust code on platforms unsupported by LLVM.
8
+A secondary goal is to check if using the gcc backend will provide any compilation speed improvement.
9
10
## Building
11
12
**This requires a patched libgccjit in order to work.
0 commit comments