search for: 2f796964

Displaying 2 results from an estimated 2 matches for "2f796964".

2015 Jan 29
0
[LLVMdev] Adding PDB support to lib\DebugInfo
...he code in lib/DebugInfo to lib/DebugInfo/dwarf, and then updating the rest of llvm accordingly. > > Thoughts? Comments? Suggestions? > Zach -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150129/2f796964/attachment.html>
2015 Jan 29
7
[LLVMdev] Adding PDB support to lib\DebugInfo
I've been working on adding pdb reading support to llvm. This started as a tool for dumping info from a pdb (similar to llvm-dwarfdump), which has been checked in and currently has limited support for dumping pdb. There's still more to be done on the pdb dumping tool, but at this point -- to reduce duplicated effort -- I think it makes the most sense to start moving some of this logic