Issue 176634
Summary LLVM 22 fails to read bitcode file that LLVM 21 accepts
Labels llvm:bitcode
Assignees
Reporter alexrp
    https://files.alexrp.com/llvm22/behavior.bc

```
❯ /opt/llvm-21/bin/opt -O0 behavior.bc -o /dev/null
❯ /opt/llvm-22/bin/opt -O0 behavior.bc -o /dev/null
/opt/llvm-22/bin/opt: behavior.bc: error: Invalid record (Producer: 'zig 0.16.0' Reader: 'LLVM 22.1.0-rc1')
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to