provide build script for LLVM

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-12 15:07:52 +02:00
parent 45a082d9a8
commit 3f9a90fe79
3 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ The project is in a very early PoC phase. Don't yet expect the produced code to
- [ ] Debug information
- [ ] Look for and implement further optimizations
- [ ] Differential testing against EVM
- [ ] Switch to LLVM 18 which has `RV{32,64}E` targets upstream
- [x] Switch to LLVM 18 which has `RV{32,64}E` targets upstream
- [ ] Minimize scope of "stdlib"
- [ ] Document differences from EVM
- [ ] Audit for bugs and correctness