diff options
author | Teresa Johnson <tejohnson@google.com> | 2024-10-18 10:12:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 10:12:23 -0700 |
commit | 6264288d70610c40256f96f003e14ab5e8890fb8 (patch) | |
tree | 7688e8975a4529377f757783a1acbe8cf730adc2 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 6c60ead15a8932b30823a89b6686f7cee240f751 (diff) | |
download | llvm-6264288d70610c40256f96f003e14ab5e8890fb8.zip llvm-6264288d70610c40256f96f003e14ab5e8890fb8.tar.gz llvm-6264288d70610c40256f96f003e14ab5e8890fb8.tar.bz2 |
[MemProf] Fix the option to disable memprof ICP (#112917)
The -enable-memprof-indirect-call-support meant to guard the recently
added memprof ICP support was not used in enough places. Specifically,
it was not checked in mayHaveMemprofSummary, which is called from the
ThinLTO backend applyImports. This led to failures when checking the
callsite records, as we incorrectly expected records for indirect calls.
Fix the option to be checked in all necessary locations, and add
testing.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions