[Lldb-commits] [lldb] 2149455 - Update docs to note lzfse open source implementation

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 19 01:40:48 PDT 2022


Author: Jason Molenda
Date: 2022-07-19T01:40:40-07:00
New Revision: 2149455cdc6f5b0d418a715fb3a8a0e4ecccb3aa

URL: https://github.com/llvm/llvm-project/commit/2149455cdc6f5b0d418a715fb3a8a0e4ecccb3aa
DIFF: https://github.com/llvm/llvm-project/commit/2149455cdc6f5b0d418a715fb3a8a0e4ecccb3aa.diff

LOG: Update docs to note lzfse open source implementation

Added: 
    

Modified: 
    lldb/docs/lldb-gdb-remote.txt

Removed: 
    


################################################################################
diff  --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt
index d0f069a5c7a9a..820f3bd7bbc20 100644
--- a/lldb/docs/lldb-gdb-remote.txt
+++ b/lldb/docs/lldb-gdb-remote.txt
@@ -1920,7 +1920,10 @@ for this region.
 //       The libcompression APIs on darwin systems call this COMPRESSION_LZ4_RAW.
 //
 //    lzfse
-//       An Apple proprietary compression algorithm implemented in libcompression.
+//       Compression algorithm added in macOS 10.11, with open source C reference
+//       implementation on github.
+//       https://en.wikipedia.org/wiki/LZFSE
+//       https://github.com/lzfse/lzfse
 //
 //    lzma
 //       libcompression implements "LZMA level 6", the default compression for the


        


More information about the lldb-commits mailing list