[llvm] [NFC] Migrate NVPTX specific debug info code to separate class (PR #184709)
Laxman Sole via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 10:17:47 PDT 2026
================
@@ -352,7 +352,7 @@ DwarfDebug::DwarfDebug(AsmPrinter *A)
DebuggerTuning = DebuggerKind::GDB;
if (DwarfInlinedStrings == Default)
- UseInlineStrings = TT.isNVPTX() || tuneForDBX();
+ UseInlineStrings = tuneForDBX();
----------------
laxmansole wrote:
Correction-
`UseInlineStrings |= tuneForDBX();`
https://github.com/llvm/llvm-project/pull/184709
More information about the llvm-commits
mailing list