Dwarf: implement and test multi array list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user