"llvm/lib/System/Unix/Process.cpp" did not exist on "6df221d50a708110f8078d8226c16b5dca963ed1"
-
Argyrios Kyrtzidis authored
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
669b0b15
Loading