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

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 13:53:42 PST 2022


steven_wu updated this revision to Diff 481046.
steven_wu marked 2 inline comments as done.
steven_wu added a comment.

Address review feedback.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133716

Files:
  llvm/include/llvm/ADT/HashMappedTrie.h
  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.481046.patch
Type: text/x-patch
Size: 68814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/636ee287/attachment.bin>


More information about the llvm-commits mailing list