[PATCH] D17065: Defer CWD in MCContext lookup as late as possible.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 11:26:26 PST 2016


It's used to resolve relative paths encoded elsewhere in dwarf. I think all
the clients building an mccontext either have an analog (clang) or can
reasonably directly query their cwd (llc and friends).

On Wed, Feb 10, 2016, 10:42 Owen Anderson <resistor at mac.com> wrote:

> resistor added a comment.
>
> That makes sense to me in principle, but I know nothing of why CWD is
> needed for (some form of?) DWARF generation at all.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D17065
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/900d2694/attachment.html>


More information about the llvm-commits mailing list