mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 09:57:24 +00:00
Add missing file from r313884.
llvm-svn: 313885
This commit is contained in:
parent
58b0a1afcd
commit
c90e12840a
@ -39,7 +39,7 @@ void dumpDebugAbbrev(DWARFContext &DCtx, DWARFYAML::Data &Y) {
|
||||
AttAbrv.Attribute = Attribute.Attr;
|
||||
AttAbrv.Form = Attribute.Form;
|
||||
if (AttAbrv.Form == dwarf::DW_FORM_implicit_const)
|
||||
AttAbrv.Value = *Attribute.ByteSizeOrValue;
|
||||
AttAbrv.Value = Attribute.getImplicitConstValue();
|
||||
Abbrv.Attributes.push_back(AttAbrv);
|
||||
}
|
||||
Y.AbbrevDecls.push_back(Abbrv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user