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

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 15:32:16 PST 2023


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

Add docs in the reference page that address CAS in different prespective.

Still use old names before do a global rename to a better name.


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.486696.patch
Type: text/x-patch
Size: 74115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/a8189527/attachment.bin>


More information about the llvm-commits mailing list