[PATCH] D70350: [DWARF] Allow cross-CU references of subprogram definitions

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 09:53:34 PST 2019


vsk added a comment.

Oh, I forgot to address the point about the 'foo' test case. We briefly considered not sharing definitions that were local to a translation unit (`DISubprogram::isLocalToUnit`). The 'foo' case demonstrates why that doesn't work.


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

https://reviews.llvm.org/D70350





More information about the llvm-commits mailing list