Unverified Commit a6c84079 authored by Alexander Yermolovich's avatar Alexander Yermolovich Committed by GitHub
Browse files

[CLANG][DWARF] Do not emit -ggnu-pubnames for LLDB tuning, unless...

[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.
parent 6494f9bb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment