The no-exceptions builders are missing the -DLIBCXXABI_ENABLE_EXCEPTIONS=OFF flag (without this, only the libc++ libraries will be built without exceptions support, libc++abi will still be built with exceptions support - this is not a meaningful configuration).
Also we should not need to link in libunwind for these configurations. No-exceptions libraries by definition should not require an unwinder.