Since the atomic_support.h header of libc++abi is considered technical
debt (since we should use libc++'s), it's better not to add new
definitions to it, which makes it diverge from the original libc++
header even more.
Details
Details
- Reviewers
EricWF mclow.lists - Group Reviewers
Restricted Project - Commits
- rGb0f1a4e7dffc: [libc++abi] NFC: Move AtomicInt to cxa_guard_impl.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is this just a clean move, or is the class definition changed as well?
I can't tell with all the linter warnings in the way.
If it's just a move, this LGTM.
clang-format: please reformat the code