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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 08:44:17 PDT 2018


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





More information about the llvm-commits mailing list