From 28d8a49f4276467e41ceec525b1cb2648f0ae653 Mon Sep 17 00:00:00 2001 From: Eugene Leviant Date: Mon, 22 Jan 2018 13:35:40 +0000 Subject: [ThinLTO] Re-commit of dot dumper after test fix llvm-svn: 323116 --- llvm/tools/llvm-lto/llvm-lto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-lto/llvm-lto.cpp') diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp index 7d71a3e8dfe..c536f62833b 100644 --- a/llvm/tools/llvm-lto/llvm-lto.cpp +++ b/llvm/tools/llvm-lto/llvm-lto.cpp @@ -367,7 +367,7 @@ static void listSymbols(const TargetOptions &Options) { /// This is meant to enable testing of ThinLTO combined index generation, /// currently available via the gold plugin via -thinlto. static void createCombinedModuleSummaryIndex() { - ModuleSummaryIndex CombinedIndex; + ModuleSummaryIndex CombinedIndex(/*IsPerformingAnalysis=*/false); uint64_t NextModuleId = 0; for (auto &Filename : InputFilenames) { ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); -- cgit v1.2.3