[PATCH] D68733: Use -fdebug-compilation-dir to form absolute paths in coverage mappings

2019-10-28 Thread Yuke Liao via Phabricator via cfe-commits
liaoyuke added a comment. In D68733#1702609 , @vsk wrote: > Thanks, lgtm! > > In PR43614 I mentioned adding an extra argument to llvm-cov to specify the > base directory. On second thought, the existing `-path-equivalence` option > should make that unnec

[PATCH] D45178: Fixes errors caused by https://reviews.llvm.org/D44960

2018-04-02 Thread Yuke Liao via Phabricator via cfe-commits
liaoyuke updated this revision to Diff 140672. liaoyuke added a comment. Fix styles. Repository: rC Clang https://reviews.llvm.org/D45178 Files: lib/Basic/VirtualFileSystem.cpp unittests/Basic/VirtualFileSystemTest.cpp Index: unittests/Basic/VirtualFileSystemTest.cpp ==

[PATCH] D45178: Fixes errors caused by https://reviews.llvm.org/D44960

2018-04-02 Thread Yuke Liao via Phabricator via cfe-commits
liaoyuke created this revision. Herald added subscribers: cfe-commits, mgrang. In https://reviews.llvm.org/D44960, file status check is executed every time a real file system directory iterator is constructed or incremented, and emits an error code. This change list fixes the errors in VirtualFile