[all-commits] [llvm/llvm-project] cc2622: [Orc] Print section load-addresses for debug objec...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Mon Apr 3 02:39:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc26222eb4a68b388e2ad9d7cb0382187bded718
https://github.com/llvm/llvm-project/commit/cc26222eb4a68b388e2ad9d7cb0382187bded718
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
Log Message:
-----------
[Orc] Print section load-addresses for debug objects as hex again
Apparently, the refactor in 8b1771bd9f304be39d4dcbdcccedb6d3bcd18200 broke the logic behind formatv here:
```
140736272011264 .rodata
140736272015360 .text
140736272011424 .eh_frame
```
More information about the All-commits
mailing list