This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
ClosedPublic

Authored by rmaprath on Sep 20 2016, 9:31 AM.

Details

Summary

Align the naming / use of the macro LIBCXXABI_HAS_NO_THREADS to follow what we have in libcxx.

This change is mostly NFC, thought of putting it up for review as it involves a change in naming, and sometimes that can cause disagreements.

Will commit if there isn't much interest.

Diff Detail

Event Timeline

rmaprath updated this revision to Diff 71941.Sep 20 2016, 9:31 AM
rmaprath retitled this revision from to [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC).
rmaprath updated this object.
rmaprath added reviewers: mclow.lists, EricWF.
rmaprath added a subscriber: cfe-commits.
rmaprath updated this object.Sep 20 2016, 9:31 AM
jroelofs accepted this revision.Sep 20 2016, 10:47 AM
jroelofs added a reviewer: jroelofs.
jroelofs added a subscriber: jroelofs.

LGTM

This revision is now accepted and ready to land.Sep 20 2016, 10:47 AM
rmaprath closed this revision.Sep 21 2016, 9:16 AM

LGTM

Thanks!

Committed as r282062.

/ Asiri