"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8013866519551d7d8cc5d3f4f63bc9a5a4968df3"
Since we're stuck with realpath for the header <-> module mapping,
factor the realpath calls into FileManager::getCanonicalName() so we can cache the results of this epically slow operation. 5% speedup on my modules test, and realpath drops out of the profile. llvm-svn: 173542
Loading
Please register or sign in to comment