[PATCH] D89359: [llvm-cov] don't include all source files when provided source files are filtered out
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 08:46:09 PST 2020
Dor1s added inline comments.
================
Comment at: llvm/tools/llvm-cov/CodeCoverage.cpp:414
sys::path::native(Filename, NativeFilename);
+ sys::path::remove_dots(NativeFilename, true);
if (NativeFilename.startswith(RemapFrom)) {
----------------
Why was this line added? Looks like it broke some big deployments: https://github.com/google/oss-fuzz/issues/4608
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89359/new/
https://reviews.llvm.org/D89359
More information about the llvm-commits
mailing list