mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 09:55:12 +00:00
LLVM Builder: Correctly emit debug subranges
The bitcode abbrev was missing the subrange code
This commit is contained in:
parent
e57f553c07
commit
5e9d0da43b
@ -857,6 +857,7 @@ pub const MetadataBlock = struct {
|
||||
|
||||
pub const Subrange = struct {
|
||||
pub const ops = [_]AbbrevOp{
|
||||
.{ .literal = 13 },
|
||||
.{ .literal = 0b11 },
|
||||
MetadataAbbrev, // count
|
||||
MetadataAbbrev, // lower bound
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user