diff options
| author | Huihui Zhang <huihuiz@quicinc.com> | 2020-02-07 12:57:24 -0800 |
|---|---|---|
| committer | Huihui Zhang <huihuiz@quicinc.com> | 2020-02-07 13:13:55 -0800 |
| commit | 2491fd0e6f6187a6130103c7d64d59cd3f178d4c (patch) | |
| tree | c4610fa4c7d57db459db05e8d369815831c1fd55 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 681f929f591616ca048aa470d030d985b6719216 (diff) | |
Reland "[AArch64] Fix data race on RegisterBank initialization."
Update lambda function
static auto InitializeRegisterBankOnce = [this](const auto &TRI) {
with
static auto InitializeRegisterBankOnce = [&]() {
Capture reference instead of passing argument, as there are buildbot
compiling errors related when passing argument.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
