]> granicus.if.org Git - clang/commit
Fix build bot after r340598.
authorEric Liu <ioeric@google.com>
Fri, 24 Aug 2018 09:53:44 +0000 (09:53 +0000)
committerEric Liu <ioeric@google.com>
Fri, 24 Aug 2018 09:53:44 +0000 (09:53 +0000)
commit6093fea79d46ed6f9846e7f069317ae996149c69
tree103073d98ff2b92d2b37595323d40f84e0e75198
parent8d110b092dfd6c842b5a6a389e28daf500f672ac
Fix build bot after r340598.

Revert to the original behavior: only calculate real file path when
file is opened and avoid using InterndPath for real path calculation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/FileManager.cpp