[all-commits] [llvm/llvm-project] cf1270: Revert "[Clang] Give Clang the ability to use a sh...
fredriss via All-commits
all-commits at lists.llvm.org
Thu Jan 19 14:08:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf12709222a4699ff5a4bb257cb891b55b5f6fba
https://github.com/llvm/llvm-project/commit/cf12709222a4699ff5a4bb257cb891b55b5f6fba
Author: Fred Riss <friss at apple.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Driver/Options.td
M clang/include/clang/Frontend/CompilerInvocation.h
M clang/include/clang/Lex/HeaderSearchOptions.h
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CMakeLists.txt
R clang/test/Driver/vfsstatcache.c
R clang/test/clang-stat-cache/cache-effects.c
R clang/test/clang-stat-cache/errors.test
M clang/tools/CMakeLists.txt
R clang/tools/clang-stat-cache/CMakeLists.txt
R clang/tools/clang-stat-cache/clang-stat-cache.cpp
R llvm/include/llvm/Support/StatCacheFileSystem.h
M llvm/lib/Support/CMakeLists.txt
R llvm/lib/Support/StatCacheFileSystem.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
Revert "[Clang] Give Clang the ability to use a shared stat cache"
This reverts commit c5abe893120b115907376359a5809229a9f9608a.
This reverts commit a033dbbe5c43247b60869b008e67ed86ed230eaa.
This broke the build with -DLLVM_LINK_LLVM_DYLIB=ON. Reverting while I
investigate.
More information about the All-commits
mailing list