We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776681d commit 1eb0a85Copy full SHA for 1eb0a85
compiling.md
@@ -1,5 +1,14 @@
1
# Compiling - JDA
2
3
+## maple-ir
4
+
5
+This project now depends on [Maple-IR](https://github.com/LLVM-but-worse/maple-ir). To install it:
6
+```
7
+git clone https://github.com/LLVM-but-worse/maple-ir
8
+cd maple-ir
9
+mvn clean compile test install
10
11
12
## Manual dependencies
13
- [CFR](http://www.benf.org/other/cfr/)
14
0 commit comments