[PATCH] D41739: Debug Info: Support DW_AT_calling_convention on composite types

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 13:26:03 PST 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Fine by me - this'll also be necessary/useful for the upcoming trivial_abi attribute that's being proposed in clang, I think.

I guess there's no worry that we'll want to add another state here (currently: None, Reference, Value) & then want to use the two bits differently to pack all 4 states into 2 bits.


Repository:
  rL LLVM

https://reviews.llvm.org/D41739





More information about the llvm-commits mailing list