diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-11-27 11:46:58 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-11-27 11:46:58 +0000 |
commit | 1c256cbcc463c34abf55f39853bc7ae4874eda35 (patch) | |
tree | ca2ac57d780f3d640a25cb38a6c2ab82035438ac /llvm/lib/CodeGen/StackMaps.cpp | |
parent | 3238e1c913b17646294bf05579350ade8bc00a27 (diff) | |
download | llvm-1c256cbcc463c34abf55f39853bc7ae4874eda35.zip llvm-1c256cbcc463c34abf55f39853bc7ae4874eda35.tar.gz llvm-1c256cbcc463c34abf55f39853bc7ae4874eda35.tar.bz2 |
[Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.
More steps are needed to actually make it usable:
* sanitizer runtimes should be compiled with -DSANITIZER_LIBBACKTRACE.
* libbacktrace headers should be installed.
* user has to manually link in libbacktrace.a into the executable.
We can easily solve the first two problems in the build system, but
detecting/linking libbacktrace to all the tests we have and end-user programs
is more challenging (and will unlikely work w/o Driver support).
Based on the patch by Jakub Jelinek!
llvm-svn: 195837
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions