summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/nm-pe-image.test
Commit message (Collapse)AuthorAgeFilesLines
* Update comments.Rui Ueyama2015-08-061-2/+2
| | | | llvm-svn: 244259
* [COFF] Return symbol VAs instead of RVAs for PE filesReid Kleckner2015-07-311-0/+31
This makes llvm-nm consistent with binutils nm on executables and DLLs. For a vanilla hello world executable, the address of main should include the default image base of 0x400000. llvm-svn: 243755
OpenPOWER on IntegriCloud