dwarf: lower enums

This commit is contained in:
Jakub Konka
2022-03-22 21:27:10 +01:00
committed by Andrew Kelley
parent 8f9c3fd3df
commit 47f1a43bb7
2 changed files with 67 additions and 3 deletions

View File

@@ -479,7 +479,6 @@ pub fn generateSymbol(
return Result{ .appended = {} };
},
.Enum => {
// TODO populate .debug_info for the enum
var int_buffer: Value.Payload.U64 = undefined;
const int_val = typed_value.enumToInt(&int_buffer);