Re: [PR] [LLVM] Lack of DWARF type is not an error [tvm]

2024-03-22 Thread via GitHub
vinx13 merged PR #16748: URL: https://github.com/apache/tvm/pull/16748 -- 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: commits-unsubscr...@tvm.apache.or

[PR] [LLVM] Lack of DWARF type is not an error [tvm]

2024-03-19 Thread via GitHub
Lunderberg opened a new pull request, #16748: URL: https://github.com/apache/tvm/pull/16748 Prior to this commit, the `CodeGenLLVM::GetDebugType` would raise an exception if it could not convert the TIR data type to an equivalent DWARF type for debug symbols. This commit updates the behavi