llvm-cov: Try to appease a bot
authorJustin Bogner <mail@justinbogner.com>
Thu, 19 Mar 2015 01:07:22 +0000 (01:07 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 19 Mar 2015 01:07:22 +0000 (01:07 +0000)
commitdd08f96ac74f3db11bd30ccaab7ee07d9590ed92
tree1d41e0cdbe5f73d2206cdef521fe806e9251e970
parentaa695c92eee8dd474bb6c1e1bf81b5e6dcd2ad4b
llvm-cov: Try to appease a bot

The clang-hexagon elf bot was complaining that "Option 'color'
registered more than once!":

    http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/24425

I don't understand why this error is happening, and I don't see it on
any other bots or on my own machine, so I'm kind of grasping at
straws. Try using an unscoped enum and specifying a cl::init to see if
they help.

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