| commit | e5cb269352c6534dd79d70e44e71211736f603eb | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Fri May 01 20:24:26 2015 +0000 |
| committer | Zachary Turner <zturner@google.com> | Fri May 01 20:24:26 2015 +0000 |
| tree | 1527fa91f3548e159f506fe1f7ba465b865fb434 | |
| parent | e6892c8149dcddf34f3f704d2ba0a712fb5ac89a [diff] |
[llvm-pdbdump] Support dynamic load address and external symbols. This patch adds the --load-address command line option to llvm-pdbdump, which dumps all addresses assuming the module has loaded at the specified address. Additionally, this patch adds an option to llvm-pdbdump to support dumping of public symbols (i.e. symbols with external linkage). llvm-svn: 236342