[llvm-dev] Commit zlib source code into to llvm repo

Vitaly Buka via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 23 13:44:20 PDT 2016


Hi all,

Is it possible to add zlib source code into llvm repo? Any advice on how to
do so?

I'd like to setup build of symbolizer as a static library with no external
dependencies except libc.
Similar to
https://github.com/google/sanitizers/blob/master/address-sanitizer/internal_symbolizer/howto
.
Then the library can be linked into sanitized program and avoid dependency
on standalone llvm-symbolizer tool.

Out solution uses LTO and internalize everything but symbolizer API, so we
have no symbol conflicts with instrumented binary.
For LTO we need zlib in source code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160923/02415958/attachment.html>


More information about the llvm-dev mailing list