[llvm] [RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (PR #79818)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 06:22:15 PST 2024
================
@@ -482,6 +483,8 @@ enum Kind {
// Type valued tokens (TyVal).
Type,
+ DbgRecordType,
----------------
jmorse wrote:
How about a few words here indicating these are (presumably) entire-line records rather than something that can appear inline, or otherwise indicate it's significance?
https://github.com/llvm/llvm-project/pull/79818
More information about the llvm-commits
mailing list