[llvm-cov] Attempt to appease an older builder
authorVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 23:15:35 +0000 (23:15 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 23:15:35 +0000 (23:15 +0000)
commit38202c02f0a9011e055b2dd240e0a1afed2f9c32
tree81a29e47945b80f2612b7b35d9baa5588715bbd0
parent8f7d01992cf988d45d2d8cb772a7ab739761a38b
[llvm-cov] Attempt to appease an older builder

It's using a version of clang which can't (or won't) deduce an implicit
conversion from a SmallString to a StringRef. Write the conversion out
explicitly:

  http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-buildserver/builds/8574

llvm-svn: 275647
llvm/tools/llvm-cov/CodeCoverage.cpp