Dwarf: implement and test multi array list

This commit is contained in:
Jacob Young
2024-09-09 03:27:52 -04:00
parent e046977354
commit e048e78886
5 changed files with 147 additions and 4 deletions

View File

@@ -573,7 +573,7 @@ pub fn MultiArrayList(comptime T: type) type {
}
comptime {
if (!builtin.strip_debug_info) {
if (builtin.zig_backend == .stage2_llvm and !builtin.strip_debug_info) {
_ = &dbHelper;
_ = &Slice.dbHelper;
}