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

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 01:01:24 PST 2020


labath added a comment.

DWARF5 still says (when describing the directory entries): "Each additional path entry is either a full path name or is relative to the current directory of the compilation.", so I believe this change is correct.

However, I am puzzled by the addition of the `RelativeFilePath` enum, which is only used in an assertion.

Also, it seems like a test case would be in order here.


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