search for: 6493c724

Displaying 2 results from an estimated 2 matches for "6493c724".

2015 Jan 29
0
[LLVMdev] Adding PDB support to lib\DebugInfo
...ib/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/6493c724/attachment.html>
2015 Jan 29
2
[LLVMdev] Adding PDB support to lib\DebugInfo
See my earlier response to Adrian. But I'll rehash the point here, which is that basically in the short term, I think it makes the most sense to keep them separate. In the future, if / when we decide to provide a unified interface (e.g libDebugInfo as you suggest), there will be additional machinery required to wrap the two interfaces, so we could move the DIContext class at that time. Does