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 c094320 commit b58174fCopy full SHA for b58174f
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -383,8 +383,8 @@ void DwarfCompileUnit::addLocationAttribute(
383
}
384
if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB() &&
385
!NVPTXAddressSpace)
386
- NVPTXAddressSpace = translateToNVVMDWARFAddrSpace(
387
- Global->getType()->getAddressSpace());
+ NVPTXAddressSpace =
+ translateToNVVMDWARFAddrSpace(Global->getType()->getAddressSpace());
388
389
// Global variables attached to symbols are memory locations.
390
// It would be better if this were unconditional, but malformed input that
0 commit comments