Made a simple code generator that outputs to LLVM IR
This commit is contained in:
parent
defe409d78
commit
819f4c9406
6 changed files with 123 additions and 154 deletions
|
|
@ -1,4 +1,5 @@
|
|||
declare i64 @llvm.abs.i64(i64, i1 immarg)
|
||||
declare i32 @puts(i8* nocapture) nounwind
|
||||
|
||||
|
||||
define [21 x i8] @i64ToString(i64 %val_org) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue