summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto/llvm-lto.cpp
diff options
context:
space:
mode:
authorEugene Leviant <eleviant@accesssoftek.com>2018-01-21 10:22:19 +0000
committerEugene Leviant <eleviant@accesssoftek.com>2018-01-21 10:22:19 +0000
commit72b9bdb71ae155bcf96e075c4af4b1840b209d94 (patch)
tree689a10b34dc62dc4dc67a390e0505905ec949cc2 /llvm/tools/llvm-lto/llvm-lto.cpp
parente07688898b637b7d78787eb08c6e7d929416a593 (diff)
downloadbcm5719-llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.tar.gz
bcm5719-llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.zip
Temporarily revert r323062 to investigate buildbot failures
llvm-svn: 323065
Diffstat (limited to 'llvm/tools/llvm-lto/llvm-lto.cpp')
-rw-r--r--llvm/tools/llvm-lto/llvm-lto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp
index c536f62833b..7d71a3e8dfe 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(/*IsPerformingAnalysis=*/false);
+ ModuleSummaryIndex CombinedIndex;
uint64_t NextModuleId = 0;
for (auto &Filename : InputFilenames) {
ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
OpenPOWER on IntegriCloud