Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Disable PGO name compression in a test file | Vedant Kumar | 2016-06-29 | 1 | -0/+0 |
| | | | | | | | | Some bots do not configure llvm with zlib enabled. Should fix: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/15571 llvm-svn: 274137 | ||||
* | [llvm-cov] Do not allow ".." to escape the coverage sub-directory | Vedant Kumar | 2016-06-29 | 1 | -0/+0 |
In -output-dir mode, file reports are placed into a "coverage" directory. If filenames in the coverage mapping contain "..", they might escape out of this directory. Fix the problem by removing ".." from source filenames (expand the path component). llvm-svn: 274135 |