Bug 1869043 assert that graph set access is main thread only r=padenot
[gecko.git] / mfbt / lz4 / README.mozilla
blob3974a20090001c0fc2c136ffd28867bffbb63671
1 This directory contains the LZ4 source from the upstream repo:
2 https://github.com/lz4/lz4/
4 Current version: 1.9.4 [5ff839680134437dbf4678f3d0c7b371d84f4964]
6 Our in-tree copy of LZ4 does not depend on any generated files from the
7 upstream build system, only the lz4*.{c,h} files found in the lib
8 sub-directory. Therefore, it should be sufficient to simply overwrite
9 the in-tree files with the updated ones from upstream.
11 If the collection of source files changes, manual updates to moz.build may be
12 needed as we don't use the upstream makefiles.
14 Note that we do NOT use the copy of xxhash.{c,h} from the LZ4 repo. We
15 instead use the newer release from that project's upstream repo:
16 https://github.com/Cyan4973/xxHash
18 Current version: 0.8.1 [35b0373c697b5f160d3db26b1cbb45a0d5ba788c]