when trying to use llvm libunwind via clang driver option --unwindlib and using -static together, linking fails with missing symbols
libunwind/src/RWMutex.hpp:68: undefined reference to `pthread_rwlock_wrlock' .. libunwind/src/AddressSpace.hpp:597: undefined reference to `dladdr'
There are missing symbols in linunwind.a which should be coming from libpthread and libdl