[PATCH] D24448: [atomics] New warning -Watomic-libcall when atomic operation expands to a library call

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 10:41:57 PDT 2016


joerg added a comment.

More precisely, this should re-use the logic from __atomic_is_lock_free and not reinvent it.


https://reviews.llvm.org/D24448





More information about the cfe-commits mailing list