dwarf: lower enums
This commit is contained in:
committed by
Andrew Kelley
parent
8f9c3fd3df
commit
47f1a43bb7
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user