This is a pre-requisite to address a review comment on D20677; The no-exceptions variant of libcxxabi should not be allowed to be linked against code that requires exceptions.
In order to do this, we need to rip off some exceptions-related symbols from the no-exceptions libcxxabi build. We can get rid of both cxa_exception.cpp and cxa_personality.cpp to meet the said requirement, but this needs a small surgery to the no-exception libcpp variant; we must #ifdef out the dependency on these two libcxxabi sources from the exception.cpp of libcxx.