[PATCH] D30956: Introduce NativeEnumModules and NativeCompilandSymbol

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 22:37:34 PDT 2017


Can you add a command line option to `llvm-pdbdump pretty` that makes it
use the native reader, then write a test which calls it with dia and with
native and diffs the output?
On Tue, Mar 14, 2017 at 4:32 PM Adrian McCarthy via Phabricator <
reviews at reviews.llvm.org> wrote:

> amccarth updated this revision to Diff 91792.
> amccarth added a comment.
>
> Cope with the backwards naming of the getName and getLibraryName methods.
>
>
> https://reviews.llvm.org/D30956
>
> Files:
>   llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
>   llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
>   llvm/lib/DebugInfo/PDB/CMakeLists.txt
>   llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
>   llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
>   llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170315/8756394a/attachment.html>


More information about the llvm-commits mailing list