Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comments. | Rui Ueyama | 2015-08-06 | 1 | -2/+2 |
| | | | | llvm-svn: 244259 | ||||
* | [COFF] Return symbol VAs instead of RVAs for PE files | Reid Kleckner | 2015-07-31 | 1 | -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 |