[PATCH] D75323: Support relative dest paths in headermap files
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 20 10:23:05 PDT 2020
thakis added a comment.
I don't know why we (chromium) want to use header maps, but assuming we do want to use them: The problem with absolute paths is that they're machine-dependent and can't be run on other machines and then cached globally. See also http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75323/new/
https://reviews.llvm.org/D75323
More information about the cfe-commits
mailing list