JuliaHubOSS / llvm-cbe

resurrected LLVM "C Backend", with improvements
Other
811 stars 138 forks source link

Missing structure field #161

Open ng88 opened 1 year ago

ng88 commented 1 year ago

Hello

When compiling the .ll file in the attached archive, we got the attached .cbe.c file.

But it won't compile, because some structures seem to have missing fields in the generated code (some are commented).

test.zip

Thanks

Regards