[PATCH] D150368: TargetExtType: guard against the case that there is no layout type

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 08:07:08 PDT 2023


nhaehnle added a comment.

There's nothing right now that would prevent this. Though we could default the layout type to something other than nullptr, if that is preferred. Maybe `void`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150368/new/

https://reviews.llvm.org/D150368



More information about the llvm-commits mailing list