summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/coff-debug-directory.test
Commit message (Collapse)AuthorAgeFilesLines
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-0/+34
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
OpenPOWER on IntegriCloud