Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Oct 2015 00:04:19 +0000 (00:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Oct 2015 00:04:19 +0000 (00:04 +0000)
commit1184005c1ef3377ebb0b327df90c7819bcd7a1da
tree3845aa8fedf9c8159d6879069571d13b24e40e3a
parent9403b88ae62595f6c17bbb9f0c0b492241ca48cb
Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used
to get away with this because llvm/Support/GCOV.h was an implementation detail
of the llvm-gcov tool, but it's now being used by FDO.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250258 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GCOV.h
include/llvm/module.modulemap
lib/IR/GCOV.cpp
tools/llvm-cov/gcov.cpp