The efforts to build LLVM ARM EHABI unwinder breaks the possibility
to build libcxxabi with libgcc. This commit fix the problem by
introducing the LIBCXXABI_USE_LLVM_UNWINDER conditional compilation
flag and guard the unwinder-specific changes in libc++abi.
(p.s. This is the 2/6 patch to fix the backtrace_test and libgcc support.)