
the tests pass on Linux. Summary: This change implements readFromExe, and calculating VA and RVA, which are some of the functionalities that will be used for native PDB reading for llvm symbolizer. bug: https://bugs.llvm.org/show_bug.cgi?id=41795
5 lines
137 B
C++
5 lines
137 B
C++
// Compile with "cl /c /Zi SimpleTest.cpp"
|
|
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
|
|
|
|
int main() { return 0; }
|