mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
The comments date back to NDK r10, which is ancient. libatomic isn't always needed anymore, and even when it is, it's bundled into compiler-rt in the NDK so we'll get it automatically. Remove the unnecessary explicit links. Reviewed By: srhines Differential Revision: https://reviews.llvm.org/D158793