Chromium Code Reviews| Index: tools/lto/LTOCodeGenerator.cpp |
| diff --git a/tools/lto/LTOCodeGenerator.cpp b/tools/lto/LTOCodeGenerator.cpp |
| index 7b89f81aa43bc5e9ba5f86177c91e26973d701b4..904327d09ee73cff6e645c8aab629c72c1346b8c 100644 |
| --- a/tools/lto/LTOCodeGenerator.cpp |
| +++ b/tools/lto/LTOCodeGenerator.cpp |
| @@ -108,6 +108,7 @@ bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) { |
| /// The merging does not happen until linkGatheredModulesAndDispose(). |
| bool LTOCodeGenerator::gatherModuleForLinking(LTOModule* mod) { |
| _gatheredModules.push_back(mod); |
| + return false; |
|
Mark Seaborn
2013/05/06 17:04:06
How is this change related to the new pass? Commi
Derek Schuff
2013/05/08 22:33:28
oops, yes this just fixes a warning, split into a
|
| } |
| /// Merge all modules gathered from gatherModuleForLinking(), and |