Reland "[ARM] 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.
Loading
Please register or sign in to comment