search for: internal_symbolizer

Displaying 2 results from an estimated 2 matches for "internal_symbolizer".

2016 Sep 23
4
Commit zlib source code into to llvm repo
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. -------------- n...
2016 Sep 23
2
Commit zlib source code into to llvm repo
...gt; 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 zli...