Displaying 2 results from an estimated 2 matches for "zlib_license".
2013 Apr 17
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...gt; This case isn't so clearcut. We like to include libraries in the source
> to make it easy to get up and running without having to install a ton of
> dependencies. However, this has license implications and is generally
> annoying.
>
Looks like zlib license <http://zlib.net/zlib_license.html> is good enough
to avoid implications, but I can't really judge.
>
> Given that zlib is so widely available by default, and that the compiler
> can generate correct (albeit uncompressed) debug info, I think the best
> thing is to *not* include a copy in llvm. Just detect a...
2013 Apr 16
4
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Apr 16, 2013, at 11:53 AM, Eric Christopher <echristo at gmail.com> wrote:
> Historically we've done the former. The latter would require Chris
> wanting to do that.
This case isn't so clearcut. We like to include libraries in the source to make it easy to get up and running without having to install a ton of dependencies. However, this has license implications and is