We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db4534 commit fc19121Copy full SHA for fc19121
llvm/lib/CAS/OnDiskCAS.cpp
@@ -765,7 +765,7 @@ class OnDiskCAS : public BuiltinCAS {
765
static constexpr StringLiteral DataPoolFile = "data";
766
static constexpr StringLiteral ActionCacheFile = "actions";
767
768
- static constexpr StringLiteral FilePrefix = "v3.";
+ static constexpr StringLiteral FilePrefix = "v4.";
769
static constexpr StringLiteral FileSuffixData = ".data";
770
static constexpr StringLiteral FileSuffixLeaf = ".leaf";
771
static constexpr StringLiteral FileSuffixLeaf0 = ".leaf+0";
0 commit comments