diff options
| author | Craig Topper <craig.topper@sifive.com> | 2022-01-27 00:17:33 -0800 |
|---|---|---|
| committer | Craig Topper <craig.topper@sifive.com> | 2022-01-27 09:24:24 -0800 |
| commit | 886dd1179572e62c8f83f4cdb61044b232ccda4b (patch) | |
| tree | badb3976c50d43674f5c550e17909c2ad94ade8f /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | |
| parent | a405ecffde88db57d658d66c90c4c40a995984b8 (diff) | |
[RISCV] Use const reference when looping over Exts in RISCVISAInfo.
Exts is a map of keyed by std::string with a extension info as
a value. Making copies of this wouldn't be cheap.
We had a mix of references and copies. This makes everything
consistently use a const reference to make it clear we aren't
modifying it.
Differential Revision: https://reviews.llvm.org/D118326
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
