"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "55f63f1b5327e94b9b50f282ff39bd8c843719f7"
Eliminate a race condition with the global module index.
Essentially, a module file on disk could change size between the time we stat() it and the time we open it, and we need to be robust against such a problem. llvm-svn: 174529
Loading
Please register or sign in to comment