Skip to content

Commit 869bbab

Browse files
authored
Update README.md
1 parent e7d1c31 commit 869bbab

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11

2-
#java2llvm
3-
An Example Project Show Convert Java Byte Code to LLVM IR assembler , compile standalone executable file
2+
# java2llvm
43

5-
This project is based on [class2ir](https://github.com/MParygin/class2ir)
4+
An Example Project Show Convert Java Byte Code to LLVM IR assembler , compile standalone executable file
65

7-
Class2ir look like based on an old llvm version, it can't running on greate than llvm 3.9.
8-
So i changed some instruct syntex, and repair bug.
9-
The class2ir can print number on console.
6+
This project is based on [class2ir](https://github.com/MParygin/class2ir), it based on an old llvm version.
7+
So i changed some instruct syntex, and repaired bug, enhanced functionly.
108

119
Currently:
12-
Tested CentOS x64 executable file.
10+
Tested CentOS x64 executable file, and say "Hello world".
1311

1412
Make:
1513
1. Enter directory java2llvm/

0 commit comments

Comments
 (0)