Always setup Repo paths in hphp mode

We didnt do it for the analyze target, for example,
which resulted in hphp hanging on some machines due to
trying to create ~/.hhvm.hhbc
Esse commit está contido em:
mwilliams
2013-03-20 11:48:34 -07:00
commit de Sara Golemon
commit 1d68430f6a
+1 -3
Ver Arquivo
@@ -560,9 +560,7 @@ int process(const CompilerOptions &po) {
Package package(po.inputDir.c_str());
ar = package.getAnalysisResult();
if (po.target == "hhbc" || po.target == "run") {
hhbcTargetInit(po, ar);
}
hhbcTargetInit(po, ar);
std::string errs;
if (!AliasManager::parseOptimizations(po.optimizations, errs)) {