commit | 47ea9ece1a17735d4f57f3dd84d86b9102b752cf | [log] [tgz] |
---|---|---|
author | Reid Kleckner <reid@kleckner.net> | Fri Jul 31 16:14:22 2015 +0000 |
committer | Reid Kleckner <reid@kleckner.net> | Fri Jul 31 16:14:22 2015 +0000 |
tree | 3fbd60e0282ba9d8df6aa000a6dedb7e93ee1c60 | |
parent | bb42b030219710676ecb224bd3748641ff828c86 [diff] |
[COFF] Return symbol VAs instead of RVAs for PE files 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