Since we're stuck with realpath for the header <-> module mapping,
authorDouglas Gregor <dgregor@apple.com>
Sat, 26 Jan 2013 00:55:12 +0000 (00:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 26 Jan 2013 00:55:12 +0000 (00:55 +0000)
commite00c8b205e24122ce3cb6169dd4e85c16c2fdadd
treeb7b20eca5a8cd95c9c0385a8a05cfcdcc605efce
parentd0c842d7a496b15d2b771c9ee605c1570ba49793
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
clang/include/clang/Basic/FileManager.h
clang/lib/Basic/FileManager.cpp
clang/lib/Lex/HeaderSearch.cpp
clang/lib/Lex/ModuleMap.cpp