"llvm/lib/System/Unix/Signals.cpp" did not exist on "6d06541a903dca5cc0cf1d03b981e711dd102eff"
-
Argyrios Kyrtzidis authored
Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. Add 'openFile' bool to FileManager::getFile to specify whether we want to have the file opened or not, have it false by default, and enable it only in HeaderSearch.cpp where the open+fstat optimization matters. Fixes rdar://9139899. llvm-svn: 127748
d6278e32
Loading