diff options
author | Nikita Popov <npopov@redhat.com> | 2025-01-31 21:27:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 21:27:09 +0100 |
commit | c640f97ccf723e64ff24af225cb995c905538406 (patch) | |
tree | 3594a5eb489ffa1fa71dc77f94932f77f6907dd1 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | 9ff24f5114e5cd3f6f44d2269005e6b18e0906b3 (diff) | |
download | llvm-c640f97ccf723e64ff24af225cb995c905538406.zip llvm-c640f97ccf723e64ff24af225cb995c905538406.tar.gz llvm-c640f97ccf723e64ff24af225cb995c905538406.tar.bz2 |
[TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231)
The ReferenceLocs are not enabled by default (they are used by the
tablegen lsp server), and as such always empty, but still allocate
inline storage for the SmallVector. Disabling it saves about 200MB on
RISCVGenGlobalISel.inc.
(The equivalent field in Record already disables inline storage.)
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions