Add runtime libcxxabi, use gold linker and create LLVMgold.so.
Tested with on monorepo with:
mkdir build && cd build && \ cmake ../llvm -G Ninja \ -C ../clang/cmake/caches/DistributionExample.cmake \ -DCMAKE_INSTALL_PREFIX=local-opt \ && \ ninja stage2-distribution && \ cd tools/clang/stage2-bins && \ ninja check-all && \ ninja install-distribution