Bug 1913377 - Comment and assert that `allowedScope` has a very limited set of values...
[gecko.git] / mfbt / lz4 / README.mozilla
blob437c8e26d8ebebd14c3259e5c50d05c90ecafef8
1 This directory contains the LZ4 source from the upstream repo:
2 https://github.com/lz4/lz4/
4 Current version: 1.10.0 [ebb370ca83af193212df4dcbadcc5d87bc0de2f0]
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.2 [bbb27a5efb85b92a0486cf361a8635715a53f6ba]