[llvm] [CAS] Add LLVMCAS library with InMemoryCAS implementation (PR #114096)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 15:24:04 PDT 2025


================
@@ -0,0 +1,121 @@
+# Content Addressable Storage
+
+## Introduction to CAS
+
+Content Addressable Storage, or `CAS`, is a storage system where it assigns
----------------
adrian-prantl wrote:

```suggestion
Content Addressable Storage, or `CAS`, is a storage system that assigns
```

https://github.com/llvm/llvm-project/pull/114096


More information about the llvm-commits mailing list