[Lldb-commits] [PATCH] D79147: [WIP] Merge -debug-info-kind=constructor into -debug-info-kind=limited
Amy Huang via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 16:46:19 PDT 2020
akhuang created this revision.
Herald added subscribers: lldb-commits, cfe-commits, aprantl.
Herald added projects: clang, LLDB.
There will be an RFC for this in cfe-dev.
This reduces the amount of class debug info emitted in Limited debug info mode.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79147
Files:
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Basic/DebugInfoOptions.h
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
clang/test/CodeGenCXX/debug-lambda-this.cpp
lldb/test/Shell/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79147.261093.patch
Type: text/x-patch
Size: 6363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200429/074778b0/attachment-0001.bin>
More information about the lldb-commits
mailing list