[llvm] [SPIR-V] Emit DebugTypePointer from NonSemantic DI (PR #109287)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 04:42:48 PDT 2024


================
@@ -160,7 +175,6 @@ bool SPIRVEmitNonSemanticDI::emitGlobalDI(MachineFunction &MF) {
       return StrReg;
     };
 
-    // Emit OpString with FilePath which is required by DebugSource
----------------
MrSidims wrote:

nit: if we are about to remove the comments - lets do it in a single PR aka [here](https://github.com/llvm/llvm-project/pull/109645)

https://github.com/llvm/llvm-project/pull/109287


More information about the llvm-commits mailing list