aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-02-02 20:45:17 +0000
committerGreg Clayton <gclayton@apple.com>2015-02-02 20:45:17 +0000
commit7597b353b3cdf56af79b8abb86b5a5d1330af4e2 (patch)
treef2b11da5791fab9dac01854c5a9fdd5a92fe261c /clang/lib/Frontend/CompilerInvocation.cpp
parent49a766e46885570266a06b6bf8fbd5ee31783d8a (diff)
downloadllvm-7597b353b3cdf56af79b8abb86b5a5d1330af4e2.zip
llvm-7597b353b3cdf56af79b8abb86b5a5d1330af4e2.tar.gz
llvm-7597b353b3cdf56af79b8abb86b5a5d1330af4e2.tar.bz2
Make one mutex for the lldb_private::Platform class that can be used to protect with modifying member variables. This mutex is designed to be used for simple modifications, so the lock should be taken, modify the member variable and released. We need to make sure this isn't used with any code that cause code to rely or reenter on another thread.
Partial fix for: <rdar://problem/19575304> llvm-svn: 227855
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions