Open
Description
Zig Version
0.15.0-dev.822+dd75e7bcb
Steps to Reproduce and Observed Behavior
- Clone narser at commit 8e012d8df3ee91a32d0e5ba616f99b151ecb1a01
- At the base, run
zig build -Duse-llvm
- Run
./zig-out/bin/narser pack src/
(works just fine) - At the base, run
zig build -Duse-llvm=false
- Run
./zig-out/bin/narser pack src/
(segfault without trace)
Expected Behavior
The program built with the self-hosted backend should behave identically to if it were built with the LLVM backend.