[all-commits] [llvm/llvm-project] df8109: [llvm-profgen] Preserve zero-valued first PT_LOAD ...

Sergey Shcherbinin via All-commits all-commits at lists.llvm.org
Fri Jul 31 01:28:18 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df81098826f9b45df3cbe2f29af3c44d69d5851a
      https://github.com/llvm/llvm-project/commit/df81098826f9b45df3cbe2f29af3c44d69d5851a
  Author: Sergey Shcherbinin <sscherbinin at nvidia.com>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    A llvm/test/tools/llvm-profgen/X86/first-loadable-address.test
    M llvm/tools/llvm-profgen/ProfiledBinary.cpp

  Log Message:
  -----------
  [llvm-profgen] Preserve zero-valued first PT_LOAD address (#212258)

FirstLoadableAddress was initialized with if (!FirstLoadableAddress), so
a valid first PT_LOAD at vaddr 0 was treated as unset and overwritten by
a later segment. Track whether the first loadable segment has been seen
instead.

Assisted by GPT-5



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list