diff options
author | Yuze Chi <chiyuze@google.com> | 2023-07-06 12:59:05 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-07-06 12:59:05 -0700 |
commit | a9f5119a78aaa1fc63347a89aee50922bbb8c99c (patch) | |
tree | 47b99602167f361c969df906e1134c7c9dc04c18 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | 453d983d56c4f6407cf6bef52064f74d95448e11 (diff) | |
download | llvm-a9f5119a78aaa1fc63347a89aee50922bbb8c99c.zip llvm-a9f5119a78aaa1fc63347a89aee50922bbb8c99c.tar.gz llvm-a9f5119a78aaa1fc63347a89aee50922bbb8c99c.tar.bz2 |
[DebugInfo] Enable debug info emission for extern variables in C++
Debug info emission for extern variables in C++ was previously disabled
when the functionality was added in https://reviews.llvm.org/D71818 and
originally in https://reviews.llvm.org/D70696, because there was no use
case. We are enabling it now, as we start to deploy BPF programs
compiled from C++, leveraging C++ features like templates to reduce code
complexity. This patch is required so that we can still use kconfig in
such BPF programs compiled from C++.
Reviewed By: rnk, dblaikie, MaskRay, yonghong-song
Differential Revision: https://reviews.llvm.org/D153898
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions