We may end up with not emitted debug directives at the end of the module
emission. Patch fixes this problem emitting those last directives the
end of the module emission.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54320
[DEBUGINFO, NVPTX]Emit last debugging directives. ClosedPublic Authored by ABataev on Nov 9 2018, 8:36 AM.
Details Summary We may end up with not emitted debug directives at the end of the module
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2018, 10:30 PM Closed by commit rL348495: [DEBUGINFO, NVPTX]Emit last debugging directives. (authored by ABataev). · Explain WhyDec 6 2018, 8:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 176978 llvm/trunk/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
llvm/trunk/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
llvm/trunk/test/DebugInfo/NVPTX/debug-file-loc-only.ll
|