"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "d1934853a8b1abac7d0ebb5b6d681f8b42d1d318"
Stop leaking file descriptors.
After the open+fstat optimization, files were already opened for FileManager::getBufferForFile() and we closed them after reading them. The problem was that when -working-directory was passed, the code path that actually reuses & closes the already opened file descriptor was not followed. llvm-svn: 127639
Loading
Please register or sign in to comment