This is an archive of the discontinued LLVM Phabricator instance.

Follow-up to r331378. Update tests to allow to use C atomics in C++.
ClosedPublic

Authored by vsapsai on May 2 2018, 12:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.May 2 2018, 12:07 PM

Link to corresponding review that introduced the change is https://reviews.llvm.org/D45470

Another option is to use <atomic> and std::atomic but that will be functionality change. I'd rather avoid that.

This revision is now accepted and ready to land.May 2 2018, 1:20 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the quick review.