zig/src-self-hosted
Layne Gustafson 35c681b7b1
Fix sentinel mismatch in llvm strings
Previously, buffers were used with toOwnedSlice() to create c strings
for LLVM cpu/feature strings. However, toOwnedSlice() shrinks the
string memory to the buffer's length, which cuts off the null terminator.
Now toSliceConst() is used instead, and the buffer is not deinited
so that the string memory is not freed.
2020-01-19 20:53:20 -05:00
..
2020-01-11 15:51:10 -05:00
2019-12-11 02:08:33 -05:00
2019-11-26 11:52:12 +02:00
2020-01-07 15:58:40 -05:00
2019-12-29 11:04:58 +02:00
2020-01-09 15:31:49 -05:00
2018-11-13 05:08:37 -08:00