[cfe-dev] clang -g -fsanitize=address produces broken debug info?

Kal Conley kcconley at gmail.com
Mon Aug 12 09:52:43 PDT 2013


Hi,
DWARF info produced with "clang -g -fsanitize=address" doesn't have a
complete .debug_aranges section. LLDB relies on .debug_aranges if it is
present, thus LLDB fails to load any debug info for clang binaries built
with -fsanitize=address. The LLDB folks believe this is a clang bug. Can
someone from the clang side look into this?
Thanks,
-Kal



More information about the cfe-dev mailing list