Displaying 2 results from an estimated 2 matches for "c992cfbc".
2014 Sep 18
3
[LLVMdev] proposal to avoid zlib dependency.
...eal problem.
Yes, these are all good points both against blindly bundling such libraries and why for LLVM + zlib they likely don't matter that much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140918/c992cfbc/attachment.html>
2014 Sep 18
2
[LLVMdev] proposal to avoid zlib dependency.
Hi,
There are very good reasons why packaging an external library is a big
headache in general.
However, for zlib it's not so bad for several reasons.
1 zlib is stable, code and file format. The last release is 1.5 years old.
Manually updating the zlib sources once or twice a year is trivial.
2 For llvm, there should not be a problem with possible security exploits
forcing quick patch, as