Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.