[PATCH] D45122: [DebugInfo] Add a new DI flag to record if a C++ record is a trivial type

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 08:50:22 PDT 2018


Yeah, +1 for verifying whether or not DIFlagTypePassByValue/Reference is
sufficient for this.

On Mon, Apr 2, 2018 at 8:44 AM Adrian Prantl via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:

> aprantl added a comment.
>
> Have you looked at how the new trivial_abi attribute is handled in DWARF?
> We set the calling convention of C++ types accordingly. Could you just
> reuse the same information in CodeView?
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D45122
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180402/61452587/attachment.html>


More information about the llvm-commits mailing list