[clang] [lld] [llvm] [Windows] Add support for emitting PGO/LTO magic strings in the Windows PE debug directory (PR #114260)

Mikołaj Piróg via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 09:04:01 PDT 2025


mikolaj-pirog wrote:

> @mikolaj-pirog Are you planning on getting back to this? I find it nevertheless interesting, as long as we can bind it with PGO information from LLVM & properly generate the corresponding `IMAGE_DEBUG_TYPE_POGO` entry in the file. I am seeing this: https://github.com/CasualX/pelite/blob/e9d2dfaadaa5d225d220e703f757930f70c7b8a2/src/wrap/debug.rs#L198 documents the format for that entry. There might be other places accross github (I just looked up `IMAGE_DEBUG_TYPE_POGO`)

Thanks for the link! Currently this not a priority to me, so I've no set plan for this at the moment

https://github.com/llvm/llvm-project/pull/114260


More information about the llvm-commits mailing list