diff options
Diffstat (limited to 'contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp')
-rw-r--r-- | contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp b/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp index 1bfdb18..6fb48d8 100644 --- a/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -37,7 +37,9 @@ static void exitWithError(const Twine &Message, StringRef Whence = "") { ::exit(1); } +namespace { enum ProfileKinds { instr, sample }; +} static void mergeInstrProfile(const cl::list<std::string> &Inputs, StringRef OutputFilename) { |