[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)
commiteb1556ce4149ddfd1f88708a0fc51f733d83832d
treed21e15eacd75839622e8d00d4cbdc89356cee98c
parent91aa2f63fb1b97053eee63c40349fb60955cf96b
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275647 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/CodeCoverage.cpp