[llvm-branch-commits] [llvm] [Coro] Prebuild a global debug info set and share it between all coroutine clones (PR #118628)
Tyler Nowicki via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 4 08:48:09 PST 2024
TylerNowicki wrote:
nit: Perhaps 'Common' is a better word than 'Global'. Global made me think of global variables but I realized in the patch that is not what you are doing. Seems you are just creating debug info based on the original function and sharing that with the continuations / splits?
https://github.com/llvm/llvm-project/pull/118628
More information about the llvm-branch-commits
mailing list