[PATCH] D74249: [DebugInfo] Support file-level include directories when generating Dwarf5 LineTable prologues.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 14:16:23 PST 2020


saugustine added a comment.

In D74249#1864942 <https://reviews.llvm.org/D74249#1864942>, @dblaikie wrote:

> It'd be helpful to add something that exercises the new functionality along with the functionality (not necessarily a test /for/ the functionality (since this is test functionality, and then you get in the infinite rabbit hole of testing testing) - but potentially in some libDEbugInfo unit test that uses this functionality and wouldn't be possible without it?)


D73383 <https://reviews.llvm.org/D73383> will use this functionality, but because it is logically separate, I thought it best to submit it separately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74249





More information about the llvm-commits mailing list