[PATCH] D133716: [CAS] Add LLVMCAS library with InMemoryCAS implementation

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 11:32:58 PST 2023


steven_wu updated this revision to Diff 489895.
steven_wu added a comment.

Update after makeArrayRef depreciation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133716/new/

https://reviews.llvm.org/D133716

Files:
  llvm/docs/ContentAddressableStorage.md
  llvm/docs/Reference.rst
  llvm/include/llvm/CAS/CASID.h
  llvm/include/llvm/CAS/CASReference.h
  llvm/include/llvm/CAS/ObjectStore.h
  llvm/lib/CAS/BuiltinCAS.cpp
  llvm/lib/CAS/BuiltinCAS.h
  llvm/lib/CAS/BuiltinObjectHasher.h
  llvm/lib/CAS/CMakeLists.txt
  llvm/lib/CAS/InMemoryCAS.cpp
  llvm/lib/CAS/ObjectStore.cpp
  llvm/lib/CMakeLists.txt
  llvm/unittests/CAS/CASTestConfig.cpp
  llvm/unittests/CAS/CASTestConfig.h
  llvm/unittests/CAS/CMakeLists.txt
  llvm/unittests/CAS/ObjectStoreTest.cpp
  llvm/unittests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133716.489895.patch
Type: text/x-patch
Size: 74092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/ba4789dc/attachment.bin>


More information about the llvm-commits mailing list