aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2024-09-09 03:27:52 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2024-09-10 12:27:57 -0400
commite048e788862881a42304bff91c2f832a924d77c7 (patch)
treeb276a9000d3a0bc018587414be4df747fd775e83 /src/InternPool.zig
parente0469773542e49c9a76df6746afa10f22d44dae4 (diff)
downloadzig-e048e788862881a42304bff91c2f832a924d77c7.tar.gz
zig-e048e788862881a42304bff91c2f832a924d77c7.zip
Dwarf: implement and test multi array list
Diffstat (limited to 'src/InternPool.zig')
-rw-r--r--src/InternPool.zig2
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;
}
}