JuliaHubOSS/llvm-cbe

Return `int` in the main function

aminya opened this issue · 3 comments

Currently, the compiler returns unint32_t which prevents compiling the generated code with a C++ compiler.

int main() {
	//...
}

I noticed there is a recent commit in this regard. I haven't tried that yet: #99

OK. It seems that #99 has already fixed this.

Glad to hear it fixed the problem! 😄