diff options
author | Alexander Yermolovich <43973793+ayermolo@users.noreply.github.com> | 2024-03-06 11:24:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 11:24:44 -0800 |
commit | a6c84079f69f13d745aaaa4595cf8804b119a6c4 (patch) | |
tree | 8c1036c22fb8b9ca68418c75391e7b56ef2ae6ea /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6494f9bb8ac1e6f7526b72ee07f71527b8e66066 (diff) | |
download | llvm-a6c84079f69f13d745aaaa4595cf8804b119a6c4.zip llvm-a6c84079f69f13d745aaaa4595cf8804b119a6c4.tar.gz llvm-a6c84079f69f13d745aaaa4595cf8804b119a6c4.tar.bz2 |
[CLANG][DWARF] Do not emit -ggnu-pubnames for LLDB tuning, unless -ggnu-pubnames is specified. (#83331)
When -gsplit-dwarf is passed in clang emmmits -ggnu-pubnames which
results in
.debug_gnu_pubnames/..debug_gnu_pubtypes being generated.
This is used by GDB, but not by LLDB.
Changed so that these sections are not emitted for LLDB tuning, unless
flag
is passed explicitly.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions