diff options
author | Alex Lorenz <arphaman@gmail.com> | 2019-08-30 17:34:22 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2019-08-30 17:34:22 +0000 |
commit | c4130cf13281ded11470b55b96df5a632290d22e (patch) | |
tree | b24da42e001fa8ff4d0d224e80a6da8d284b4781 | |
parent | 9976a5bc1db5a240378a61a68c0e182060bcb554 (diff) | |
download | bcm5719-llvm-c4130cf13281ded11470b55b96df5a632290d22e.tar.gz bcm5719-llvm-c4130cf13281ded11470b55b96df5a632290d22e.zip |
[clang-scan-deps] NFC, remove outdated implementation comment
There's no need to purge symlinked entries in the FileManager,
as the new FileEntryRef API allows us to compute dependencies more
accurately when the FileManager is reused.
llvm-svn: 370493
-rw-r--r-- | clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp index f6033de4618..827ec8a6ca8 100644 --- a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp +++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp @@ -87,7 +87,6 @@ public: // Use the dependency scanning optimized file system if we can. if (DepFS) { - // FIXME: Purge the symlink entries from the stat cache in the FM. const CompilerInvocation &CI = Compiler.getInvocation(); // Add any filenames that were explicity passed in the build settings and // that might be opened, as we want to ensure we don't run source |