mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-30 20:18:22 +00:00
[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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp
Normal file
6
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
|
||||
// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user