Skip to content

Commit fc19121

Browse files
Bump the OnDiskCAS to v4
1 parent 5db4534 commit fc19121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CAS/OnDiskCAS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ class OnDiskCAS : public BuiltinCAS {
765765
static constexpr StringLiteral DataPoolFile = "data";
766766
static constexpr StringLiteral ActionCacheFile = "actions";
767767

768-
static constexpr StringLiteral FilePrefix = "v3.";
768+
static constexpr StringLiteral FilePrefix = "v4.";
769769
static constexpr StringLiteral FileSuffixData = ".data";
770770
static constexpr StringLiteral FileSuffixLeaf = ".leaf";
771771
static constexpr StringLiteral FileSuffixLeaf0 = ".leaf+0";

0 commit comments

Comments
 (0)