Replace void* with std::byte* in AsyncRuntime
Replace void* with std::byte* in AsyncRuntime to make it clear that these pointers point to a memory region. Reviewed By: ezhulenev Differential Revision: https://reviews.llvm.org/D140428
Loading
Please sign in to comment