summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/coff-load-config.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner2017-06-231-0/+6
| | | | | | | | We would return an error in getVaPtr if the RVA table being dumped was the last data in the .rdata section. Avoid the issue by subtracting one from the offset and adding it back to get an open interval again. llvm-svn: 306171
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-221-0/+87
This includes the safe SEH tables and the control flow guard function table. LLD will emit the guard table soon, and I need a tool that dumps them for testing. llvm-svn: 305979
OpenPOWER on IntegriCloud