1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix the build from the last commit

llvm-svn: 221089
This commit is contained in:
David Blaikie 2014-11-02 07:08:12 +00:00
parent 96c3f13e27
commit ec951ad31c

View File

@ -810,8 +810,8 @@ void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute,
Die.addValue(Attribute, Form, Value);
}
void DwarfUnit::applyVariableAttributes(const DbgVariable &Var,
DIE &VariableDie) {
void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var,
DIE &VariableDie) {
StringRef Name = Var.getName();
if (!Name.empty())
addString(VariableDie, dwarf::DW_AT_name, Name);