diff options
author | Jim Ingham <jingham@apple.com> | 2022-07-26 10:11:16 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-07-26 10:13:19 -0700 |
commit | 8b7775a472e3665dc0a9e5953f84c43da295eddd (patch) | |
tree | a9692f5f315406b0eb478c2164977a6bfd700e7c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8348c4095600ec2c0beee293267832799d2ebee3 (diff) | |
download | llvm-8b7775a472e3665dc0a9e5953f84c43da295eddd.zip llvm-8b7775a472e3665dc0a9e5953f84c43da295eddd.tar.gz llvm-8b7775a472e3665dc0a9e5953f84c43da295eddd.tar.bz2 |
StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.
This can cause a deadlock if other threads use the common pattern of
"lock the StackFrameList, get a frame, lock the StackFrame."
Differential Revision: https://reviews.llvm.org/D130524
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions