You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program aborted due to an unhandled Error:
st_name (0x48000000) is past the end of the string table of size 0xfe
[1] 45564 IOT instruction (core dumped) zig build-lib gurka.zig -fno-LLVM
(as well as only running the very last command in an otherwise empty dir)
Expected Behavior
No compile-time crash. no dependence on stale outputs from a previous zig build-exe with different compiler flags.
(yes, the actual compiler output of native assembly itself might be incorrect. I fully expect this, as I intend to work on this part myself. I report this as a stumbling block to even sanely compare the output of different code-gen backends)
The text was updated successfully, but these errors were encountered:
bfredl
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Jan 17, 2023
bfredl
changed the title
zig build-lib -fno-LLVM breaks due to reading stale files
zig build-lib -fno-LLVM breaks due to using stale files
Jan 17, 2023
Zig Version
0.11.0-dev.1333+d56a65a8c
Steps to Reproduce and Observed Behavior
Consider the following library source (simple one liner is not enough)
The following sequence of commands break:
output:
however, the following variant works fine
(as well as only running the very last command in an otherwise empty dir)
Expected Behavior
No compile-time crash. no dependence on stale outputs from a previous
zig build-exe
with different compiler flags.(yes, the actual compiler output of native assembly itself might be incorrect. I fully expect this, as I intend to work on this part myself. I report this as a stumbling block to even sanely compare the output of different code-gen backends)
The text was updated successfully, but these errors were encountered: