Use libclang_rt.atomic.so instead of the libatomic installed on the system if it is available. Differential Revision: https://reviews.llvm.org/D151680
Have the front-end use the `nounwind` attribute on atomic libcalls. This prevents us from seeing `invoke __atomic_load` in MSAN, which is problematic as it has no successor for instrumentation to be added.