diff options
author | Fangrui Song <i@maskray.me> | 2020-12-10 16:57:09 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2020-12-10 16:57:10 -0800 |
commit | f23fae29eb38b9e9d0c6195fa82a882167bd8abe (patch) | |
tree | 79cb37be1345f603849e4701f1a0fb2f2c441b30 /clang/unittests/Tooling/SourceCodeBuildersTest.cpp | |
parent | 8d396acac3bc21f688ac707bb42e4698dbdcab7e (diff) | |
download | llvm-f23fae29eb38b9e9d0c6195fa82a882167bd8abe.zip llvm-f23fae29eb38b9e9d0c6195fa82a882167bd8abe.tar.gz llvm-f23fae29eb38b9e9d0c6195fa82a882167bd8abe.tar.bz2 |
[test] Fix compiler-rt/test/profile/coverage_emptylines.cpp if the build directory is under /tmp
llvm-cov -path-equivalence=/tmp,... is used by some checked-in coverage mapping
files where the original filename is under /tmp. If the test itself produces the
coverage mapping file, there is no need for /tmp.
For coverage_emptylines.cpp: the source filename is under the build directory.
If the build directory is under /tmp, the path mapping will make
llvm-cov fail to find the file.
Diffstat (limited to 'clang/unittests/Tooling/SourceCodeBuildersTest.cpp')
0 files changed, 0 insertions, 0 deletions