Lines Matching full:libunwind
18 Enabling libunwind as a replacement for libgcc on Linux has proven to be
23 _Unwind_Backtrace][1]. Since libgcc_{eh.a,s.so} and libunwind have the same ABI,
27 To solve this problem, libunwind needs libgcc "front" that is, link the
28 necessary functions from compiler-rt and libunwind into an archive and shared
31 in memory. Fortunately for us, compiler-rt and libunwind use the same ABI as the
36 libunwind with all the symbols necessary for compiler-rt to emulate the libgcc
38 corresponding libunwind counterparts.
47 compiler-rt/libunwind can point to these libraries at the config stage instead.
58 managers who want to replace libgcc with compiler-rt and libunwind, but cannot
96 It's very important to notice that neither ``compiler-rt``, nor ``libunwind``,
107 This gets you a copy of libunwind with the libgcc symbols. You can verify this
112 $ llvm-readelf -W --dyn-syms "${LLVM_LIBGCC_SYSROOT}/lib/libunwind.so" | grep FUNC | grep GCC_3.0
141 exist in the set (``clang-builtins.a`` ∪ ``libunwind.a``) ∩ ``libgcc_s.so.1``.
155 --libunwind=/path/to/libunwind.a \