[llvm] Register assembly printer passes (PR #138348)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 03:30:42 PDT 2025


================
@@ -1742,3 +1742,8 @@ void AMDGPUAsmPrinter::emitResourceUsageRemarks(
     EmitResourceUsageRemark("BytesLDS", "LDS Size [bytes/block]",
                             CurrentProgramInfo.LDSSize);
 }
+
+char AMDGPUAsmPrinter::ID = 0;
----------------
optimisan wrote:

Missing the corresponding argument in the constructor

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


More information about the llvm-commits mailing list