[PATCH] D99179: [RFC] [Coroutines] Enable printing coroutine frame in debugger if program is compiled with -g

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 10:55:59 PDT 2021


aprantl added a comment.

> Do you think it is better to search for DW_LANG_C_plus_plus debug information than judging the ABI of Coroutine?

I think that would be better. To give a hypothetical example, flang could decide to emit Fortran coroutines using the C++ ABI for interoperability with C++ code, but then you wouldn't want to inject C++ types into the Fortran debug info.


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

https://reviews.llvm.org/D99179



More information about the llvm-commits mailing list