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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to