Skip to content

Conversation

@Lunderberg
Copy link
Contributor

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 behavior to instead return nullptr, representing an unknown type in DWARF

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 behavior to
instead return `nullptr`, representing an unknown type in DWARF
@vinx13 vinx13 merged commit 31803e6 into apache:main Mar 22, 2024
@Lunderberg Lunderberg deleted the llvm_lack_of_dwarf_type_is_not_an_error branch March 23, 2024 10:08
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
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 behavior to
instead return `nullptr`, representing an unknown type in DWARF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants