commit | 2da433ea997e0a48696c4b253894a796c6c1af9f | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Thu Jun 02 17:10:43 2016 +0000 |
committer | Reid Kleckner <rnk@google.com> | Thu Jun 02 17:10:43 2016 +0000 |
tree | 349ea66cddd93832785072b15b2fd76b170f8890 | |
parent | 6393ef135ca804bef2f4519a38ef9d9d002750a9 [diff] |
[COFF] Expose the PE debug data directory and dump it This directory is used to find if there is a PDB associated with an executable. I plan to use this functionality to teach llvm-symbolizer whether it should use DIA or DWARF to symbolize a given DLL. Reviewers: majnemer Differential Revision: http://reviews.llvm.org/D20885 llvm-svn: 271539