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

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 07:07:48 PDT 2025


aganea 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`)

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


More information about the llvm-commits mailing list