Being used to doing static builds and being a complete noob to OSX, this really confused me.
Currently if you build libc++ (in-tree) like so:
-DLIBCXX_ENABLE_SHARED=OFF -DLIBCXXABI_ENABLE_SHARED=OFF -DLIBUNWIND_ENABLE_SHARED=OFF
The libc++ test runs will fail due to missing symbols corresponding to libc++abi. This patch should fix it.