We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fee112 commit 6c33ab7Copy full SHA for 6c33ab7
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -1379,7 +1379,7 @@ void DwarfCompileUnit::constructCallSiteParmEntryDIEs(
1379
1380
DIE *DwarfCompileUnit::constructImportedEntityDIE(
1381
const DIImportedEntity *Module) {
1382
- DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag());
+ DIE *IMDie = DIE::get(DIEValueAllocator, Module->getTag());
1383
insertDIE(Module, IMDie);
1384
DIE *EntityDie;
1385
auto *Entity = Module->getEntity();
0 commit comments