"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "966645e6b440e596a390c22d6a809961c6b57a3a"
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