[PATCH] D73383: Allow retrieving source files relative to the compilation directory.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 21:33:05 PST 2020


MaskRay added a comment.

This patch needs a rebase after D73583 <https://reviews.llvm.org/D73583> is committed as 0758ac4e0cfbce67223ce2304e3b4b96c5006010 <https://reviews.llvm.org/rG0758ac4e0cfbce67223ce2304e3b4b96c5006010>.

> Where exactly is this new Kind actually created? At the moment, RelativeFilePath looks to be dead. Do you have a follow-up patch for it? Knowing where it is used would point towards the appropriate testing strategy, I think.

Same question. Where is `RelativeFilePath` used?  We can add a test to `unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73383





More information about the llvm-commits mailing list