Odin icon indicating copy to clipboard operation
Odin copied to clipboard

LLVM 13 does not seem to work anymore

Open laytan opened this issue 1 year ago • 3 comments

Just running the demo gives you: src/llvm_backend_const.cpp(93): Assertion Failure: 'lb_sizeof(dst) == lb_sizeof(src)' i8 vs i0.

We may just want to drop support at some point.

laytan avatar Aug 03 '24 20:08 laytan

Same here on 11

slendidev avatar Aug 16 '24 01:08 slendidev

My assumption is that there is some code is that is assuming ptr rather than i8*, but it'll be hard to verify and replicated.

gingerBill avatar Aug 18 '24 11:08 gingerBill

I got this error while Odin was doing some tests in the build script

slendidev avatar Aug 18 '24 16:08 slendidev