[all-commits] [llvm/llvm-project] 19ae9b: [llvm-cov] Fix test cases.
ZequanWu via All-commits
all-commits at lists.llvm.org
Thu Oct 15 22:13:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 19ae9b6e21e2491debeb910e2c541be9796f1b13
https://github.com/llvm/llvm-project/commit/19ae9b6e21e2491debeb910e2c541be9796f1b13
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M llvm/test/tools/llvm-cov/native_separators.c
M llvm/test/tools/llvm-cov/warnings.h
Log Message:
-----------
[llvm-cov] Fix test cases.
`/dev/null` is treated as regualar file on Windows.
native_separators.c line 11 used relative path which was not correct but worked before because when `SourceFiles` is empty, it add all source files into `SourceFiles`.
More information about the All-commits
mailing list