From 6a1b51282bc5728b77a80581a4aa38edcc9f95e5 Mon Sep 17 00:00:00 2001 From: Andrew Browne Date: Mon, 18 Nov 2019 15:04:56 -0800 Subject: Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac. Patch by Andrew Browne Reviewers: tejohnson, evgeny777 Reviewed By: tejohnson Subscribers: arphaman, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70195 --- llvm/lib/IR/ModuleSummaryIndex.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp') diff --git a/llvm/lib/IR/ModuleSummaryIndex.cpp b/llvm/lib/IR/ModuleSummaryIndex.cpp index 518027aba5b..5a4859e7c5d 100644 --- a/llvm/lib/IR/ModuleSummaryIndex.cpp +++ b/llvm/lib/IR/ModuleSummaryIndex.cpp @@ -61,6 +61,8 @@ std::pair FunctionSummary::specialRefCounts() const { return {RORefCnt, WORefCnt}; } +constexpr uint64_t ModuleSummaryIndex::BitcodeSummaryVersion; + // Collect for the given module the list of function it defines // (GUID -> Summary). void ModuleSummaryIndex::collectDefinedFunctionsForModule( -- cgit v1.2.3