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

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 21:05:28 PDT 2018


asmith added a comment.

Only considering DIFlagPassByReference for CxxReturnUdt will not cover all
cases. There are times when DIFlagPassByValue is also CxxReturnUdt.


Repository:
  rL LLVM

https://reviews.llvm.org/D45122





More information about the llvm-commits mailing list