diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-07-28 13:12:24 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-28 15:09:34 +0200 |
commit | 56debbf52ed31e0ea83265e0f87e15c3ac15de05 (patch) | |
tree | 484fafd820059d25266591fd1cc103362ef50f30 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6eded00e0c6b4e06225df74292c078030556b8ce (diff) | |
download | llvm-56debbf52ed31e0ea83265e0f87e15c3ac15de05.zip llvm-56debbf52ed31e0ea83265e0f87e15c3ac15de05.tar.gz llvm-56debbf52ed31e0ea83265e0f87e15c3ac15de05.tar.bz2 |
sanitizers: switch BlockingMutex(LINKER_INITIALIZED) to Mutex
Mutex does not support LINKER_INITIALIZED support.
As preparation to switching BlockingMutex to Mutex,
proactively replace all BlockingMutex(LINKER_INITIALIZED) to Mutex.
All of these are objects with static storage duration and Mutex ctor
is constexpr, so it should be equivalent.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D106944
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions