| commit | 8d2cbf2e9b788a544f7e46b200a1be403effc708 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <rnk@google.com> | Wed Aug 02 23:19:54 2017 +0000 |
| committer | Reid Kleckner <rnk@google.com> | Wed Aug 02 23:19:54 2017 +0000 |
| tree | b123c7c46f4ebed281940571c4cc5fcea43a8017 | |
| parent | 6f046b4dd7ef6e06aa7f037eef812d6625a9608c [diff] |
[PDB] Improve our PDB OMF debug directory entry In order to get dbghelp to load our pdb, we have to fill in the PointerToRawData field as well as the AddressOfRawData field. One is the file offset and the other is the RVA. llvm-svn: 309900