[PATCH] D104937: [Coroutines] Define __coro_frame_ty in function scope

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 28 13:01:59 PDT 2021


dblaikie added a comment.

> We were seeing a type defined in a local scope causing trouble to the dwarf emitter where a context is required to be a funciton scope, a namespace or a global scope.

Could you describe this in more detail? It's possible there's a bug somewhere there that should be fixed instead of avoiding that situation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104937



More information about the llvm-commits mailing list