diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-15 16:55:23 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-15 16:55:23 +0000 |
commit | 8d3a1523dd96968c75987620374bfc78c45ee279 (patch) | |
tree | 603a0e1a2a311f227eedccc4fcf7eeb2d59c5a16 /llvm/lib/CodeGen/LiveDebugValues.cpp | |
parent | 1c013ca1f28b5cb1c969ccec0b28b1da40a4a0ae (diff) | |
download | llvm-8d3a1523dd96968c75987620374bfc78c45ee279.zip llvm-8d3a1523dd96968c75987620374bfc78c45ee279.tar.gz llvm-8d3a1523dd96968c75987620374bfc78c45ee279.tar.bz2 |
[Support] Base RWMutex on std::shared_timed_mutex (C++14)
This should have the same semantics. We use std::shared_mutex instead on
MSVC and C++17, std::shared_timed_mutex is less efficient than our
custom implementation on Windows, std::shared_mutex should be faster.
llvm-svn: 369018
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions