Skip to content

Commit f597993

Browse files
committed
[llvm/CAS] Fix another issue with non-LLVM_ENABLE_ONDISK_CAS build
1 parent 059c85e commit f597993

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/CAS/OnDiskHashMappedTrie.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,10 +1321,10 @@ void OnDiskHashMappedTrie::print(
13211321

13221322
struct OnDiskDataAllocator::ImplType {};
13231323

1324-
Expected<OnDiskDataAllocator>
1325-
OnDiskDataAllocator::create(const Twine &PathTwine, const Twine &TableNameTwine,
1326-
uint64_t MaxFileSize,
1327-
Optional<uint64_t> NewFileInitialSize) {
1324+
Expected<OnDiskDataAllocator> OnDiskDataAllocator::create(
1325+
const Twine &Path, const Twine &TableName, uint64_t MaxFileSize,
1326+
Optional<uint64_t> NewFileInitialSize, uint32_t UserHeaderSize,
1327+
function_ref<void(void *)> UserHeaderInit) {
13281328
report_fatal_error("not supported");
13291329
}
13301330

0 commit comments

Comments
 (0)