[PATCH] D113718: Don't append the working directory to absolute paths

2022-02-25 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. In D113718#3208927 , @dblaikie wrote: > @thakis - I think you folks over in Chrome land implemented/use > `-fdebug-prefix-map` (or do you use `-fdebug-compilation-dir`?) so might be > interested in this change. We're using fdebu

[PATCH] D113718: Don't append the working directory to absolute paths

2022-02-25 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. Breaks tests on Linux and Mac, e.g. http://45.33.8.238/linux/69643/step_7.txt and http://45.33.8.238/win/53984/step_7.txt Please take a look and revert for now if it takes a while to fix. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews

[PATCH] D113718: Don't append the working directory to absolute paths

2022-02-25 Thread Alex Brachet via Phabricator via cfe-commits
abrachet added a comment. We're seeing test failures in https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8821217427732511185/overview Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113718/new/ https://reviews.llvm.org/D11

[PATCH] D113718: Don't append the working directory to absolute paths

2022-02-25 Thread Adrian Prantl via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG2cd9a86da54f: Don't append the working directory to absolute paths (authored by aprantl). Herald added a project: clang. Repository: rG LLVM Githu

[PATCH] D113718: Don't append the working directory to absolute paths

2021-12-23 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added a subscriber: thakis. dblaikie added a comment. @thakis - I think you folks over in Chrome land implemented/use `-fdebug-prefix-map` (or do you use `-fdebug-compilation-dir`?) so might be interested in this change. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113718/new

[PATCH] D113718: Don't append the working directory to absolute paths

2021-11-11 Thread Adrian Prantl via Phabricator via cfe-commits
aprantl created this revision. aprantl added reviewers: dblaikie, rastogishubham, kastiglione. aprantl added a project: debug-info. aprantl requested review of this revision. This fixes a bug that happens when using -fdebug-prefix-map to remap an absolute path to a relative path. Since the path w