diff options
author | Mircea Trofin <mtrofin@google.com> | 2024-08-23 10:31:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 10:31:43 -0700 |
commit | 960a210b1f22f74ba32a04acbb5d3134d4443839 (patch) | |
tree | 465a4a6433f716461b1a71596c3c5135ff997387 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 1821cb38995796e1b8d46357c2b26eff4ca0f88c (diff) | |
download | llvm-960a210b1f22f74ba32a04acbb5d3134d4443839.zip llvm-960a210b1f22f74ba32a04acbb5d3134d4443839.tar.gz llvm-960a210b1f22f74ba32a04acbb5d3134d4443839.tar.bz2 |
[ctx_prof] Remove the dependency on the "name" GlobalVariable (#105731)
We don't need that name variable for contextual instrumentation, we just
use the function to get its GUID which we pass to the runtime, and rely
on metadata to capture it through the various optimization passes. This
change removes the need for the name global variable.
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions