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 ab017fb commit a5882ebCopy full SHA for a5882eb
llvm/lib/Target/SPIRV/SPIRVEmitNonSemanticDI.cpp
@@ -74,7 +74,8 @@ bool SPIRVEmitNonSemanticDI::emitGlobalDI(MachineFunction &MF) {
74
// Searching through the Module metadata to find nescessary
75
// information like DwarfVersion or SourceLanguage
76
{
77
- const MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
+ const MachineModuleInfo &MMI =
78
+ getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
79
const Module *M = MMI.getModule();
80
Context = &M->getContext();
81
const NamedMDNode *DbgCu = M->getNamedMetadata("llvm.dbg.cu");
0 commit comments