[Parallel_libs-commits] [PATCH] D24142: [SE] Make Stream movable
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Thu Sep 1 11:41:26 PDT 2016
jhen added inline comments.
================
Comment at: streamexecutor/include/streamexecutor/Stream.h:344
@@ -340,2 +343,3 @@
///
/// Mutable so that it can be obtained via const reader lock.
+ std::unique_ptr<llvm::sys::RWMutex> ErrorMessageMutex;
----------------
jlebar wrote:
> No longer mutable
Removed the comment
https://reviews.llvm.org/D24142
More information about the Parallel_libs-commits
mailing list