Skip to content

Commit fe47abb

Browse files
committed
fixup! add FIXME
1 parent 6517236 commit fe47abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ void DwarfUnit::addType(DIE &Entity, const DIType *Ty,
704704
addDIEEntry(Entity, Attribute, DIEEntry(*getOrCreateTypeDIE(Ty)));
705705
}
706706

707+
// FIXME: change callsites to use the new DW_LNAME_ language codes.
707708
llvm::dwarf::SourceLanguage DwarfUnit::getSourceLanguage() const {
708709
const auto &Lang = getLanguage();
709710

0 commit comments

Comments
 (0)