diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2024-09-09 03:27:52 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2024-09-10 12:27:57 -0400 |
| commit | e048e788862881a42304bff91c2f832a924d77c7 (patch) | |
| tree | b276a9000d3a0bc018587414be4df747fd775e83 /src/InternPool.zig | |
| parent | e0469773542e49c9a76df6746afa10f22d44dae4 (diff) | |
| download | zig-e048e788862881a42304bff91c2f832a924d77c7.tar.gz zig-e048e788862881a42304bff91c2f832a924d77c7.zip | |
Dwarf: implement and test multi array list
Diffstat (limited to 'src/InternPool.zig')
| -rw-r--r-- | src/InternPool.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig index e09576c5aa..fbfd29369f 100644 --- a/src/InternPool.zig +++ b/src/InternPool.zig @@ -4723,7 +4723,7 @@ pub const Index = enum(u32) { } comptime { - if (!builtin.strip_debug_info) { + if (builtin.zig_backend == .stage2_llvm and !builtin.strip_debug_info) { _ = &dbHelper; } } |
