kparzysz-quic opened a new pull request, #11984: URL: https://github.com/apache/tvm/pull/11984
With LLVM switching to opaque (typeless) pointer types, some functions related to handling typed pointers are being deprecated (and will be removed). The DWARF debug information does express pointee type. When constructing this information from opaque pointers in LLVM IR, the pointee type needs to be obtained from somewhere else (not the pointer). Change the debug info generation to use the original PrimFunc to obtain the necessary type information. This will work with older versions of LLVM as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
