Remember failures from autoload directives: they are likely persistent.

This commit is contained in:
Axel Naumann 2014-10-03 14:28:31 +02:00 committed by sftnight
parent 09c43b9300
commit ade6726f11

View File

@ -85,8 +85,8 @@ namespace cling {
FE = m_PP->LookupFile(fileNameLoc, FileName, isAngled,
LookupFrom, CurDir, /*SearchPath*/0,
/*RelativePath*/ 0, /*suggestedModule*/0,
/*SkipCache*/false, /*OpenFile*/ false,
/*CacheFail*/ false);
/*SkipCache*/ false, /*OpenFile*/ false,
/*CacheFail*/ true);
m_PrevFE = FE;
m_PrevFileName = FileName;
}