rjnw / sham

A DSL for runtime code generation in racket
MIT License
66 stars 6 forks source link

Fixes function calls so that if they return void they do not build an assignment. #10

Closed akuhlens closed 4 years ago

akuhlens commented 4 years ago
call void @printf(i64* bitcast ([11 x i8]* @str1667 to i64*))
akuhlens commented 4 years ago

I am not sure how to test this besides running it on code in my compiler. It seems to work there. Does this seem about right?