Displaying 1 result from an estimated 1 matches for "eb9db436".
2015 Nov 03
3
[cfe-dev] RFC: CodeView debug info emission in Clang/LLVM
On Thu, Oct 29, 2015 at 12:42 PM, Daniel Dilts via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> 2. Will LLD and LLDB be updated as necessary to support CodeView?
>
Rui is is looking at making LLD link codeview from object files into PDBs.
Zachary Turner intends to add PDB reading support to LLDB. We already have
a PDB implementation of DIContext in lib/DebugInfo that uses PDBs. The