]> granicus.if.org Git - clang/commit
[Coverage] Attempt to appease a Windows builder
authorVedant Kumar <vsk@apple.com>
Fri, 22 Jul 2016 00:25:09 +0000 (00:25 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 22 Jul 2016 00:25:09 +0000 (00:25 +0000)
commit0def072658d32bb01ebd344f765e1a155c769cd6
tree5631e9e25ffbafcc226dee75fe2ef11a06a0cb00
parentdea4d0c29d56a974eb5214ab2ca2dcd72f33ad14
[Coverage] Attempt to appease a Windows builder

The builder prints out the following IR:

  \5CCoverageMapping\5COutput\5Ctest\5Cf1.c

The updated test in r276367 expects path separators to be either '/' or
'\\', so it chokes on the unexpected "5C" stuff. I'm not sure what that
is, but I included a kludge that should work around it.

Failing bot:

  http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/8718

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276370 91177308-0d34-0410-b5e6-96231b3b80d8
test/CoverageMapping/abspath.cpp