Temporarily revert "Add a facility to get system cache directory and use it in clangd"
authorEric Christopher <echristo@gmail.com>
Tue, 28 Apr 2020 22:48:56 +0000 (15:48 -0700)
committerEric Christopher <echristo@gmail.com>
Tue, 28 Apr 2020 22:49:46 +0000 (15:49 -0700)
commitfaf2dce1dd6ae25aa75d2685ac7bb27ec31e2ced
tree3f5d1883af8f7019d29bffab47acf7d551be3953
parent5fee6936b8b241b36fadaf0dcd962e9c9adc8a69
Temporarily revert "Add a facility to get system cache directory and use it in clangd"

This reverts commit ad38f4b371bdca214e3a3cda9a76ec2213215c68.

As it broke building the unittests:

.../sources/llvm-project/llvm/unittests/Support/Path.cpp:334:5: error: use of undeclared identifier 'set'
    set(Value);
    ^
1 error generated.
clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
llvm/include/llvm/Support/Path.h
llvm/lib/Support/Unix/Path.inc
llvm/lib/Support/Windows/Path.inc
llvm/unittests/Support/Path.cpp