[llvm] [DebugInfo][NVPTX] Adding support for `inlined_at` debug directive in NVPTX backend (PR #170239)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 08:27:01 PST 2025
================
@@ -902,6 +902,14 @@ class LLVM_ABI MCStreamer {
StringRef FileName,
StringRef Comment = {});
+ /// This is same as emitDwarfLocDirective, except has capability to
----------------
jmorse wrote:
```suggestion
/// This is same as emitDwarfLocDirective, except it has capability to
```
https://github.com/llvm/llvm-project/pull/170239
More information about the llvm-commits
mailing list