[PATCH] D42082: Add DWARF for discriminated unions
Tom Tromey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 10:37:56 PST 2018
tromey added a comment.
Another thing to consider is that this is really just the first patch in a larger project. There are other things in Rust that will require new debuginfo. Some of these can be mapped to existing DWARF (e.g., traits can probably use `DW_TAG_interface` pretty comfortably); but some cannot (e.g., the distinction between tuples and structs).
Repository:
rL LLVM
https://reviews.llvm.org/D42082
More information about the llvm-commits
mailing list