[PATCH] D102412: [coro] Preserve scope line for compiler generated functions

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 15:58:47 PDT 2021


kastiglione added a comment.

thanks for your help. As you suggested, using a `#line` directive and viewing the IR generated by clang, led to showing how to change the file via `DILexicalBlockFile`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102412



More information about the llvm-commits mailing list