Displaying 1 result from an estimated 1 matches for "508877c0".
Did you mean:
50.88770
2018 Sep 30
2
How to build LLVM linked to libc++abi?
Hi!
I sometimes build LLVM with a static libc++.a in MacOS, so that I use
the LLVM libc++ instead of the system-wide one. However, when doing
so, I always get link errors when building LLVM, because the build
system links with libc++.a, but not with libc++abi.a and so there are
quite a few missing symbols that the linker cannot find.
My workaround (which always seems to work) is to embed