[all-commits] [llvm/llvm-project] 2fafeb: [BOLT] Support buildid in pre-aggregated profile (...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Tue Mar 24 15:15:44 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fafeb0509f972c70c5e1dc6d4ac466c52d25591
      https://github.com/llvm/llvm-project/commit/2fafeb0509f972c70c5e1dc6d4ac466c52d25591
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2026-03-24 (Tue, 24 Mar 2026)

  Changed paths:
    M bolt/include/bolt/Profile/DataAggregator.h
    M bolt/include/bolt/Profile/DataReader.h
    M bolt/lib/Profile/DataAggregator.cpp
    A bolt/test/X86/Inputs/pre-aggregated-buildid.txt
    A bolt/test/X86/pre-aggregated-perf-buildid.test

  Log Message:
  -----------
  [BOLT] Support buildid in pre-aggregated profile (#186931)

Sample addresses belonging to external DSOs (buildid doesn't match the
current file) are treated as external (0).

Buildid for the main binary is expected to be omitted.

Test Plan:
added pre-aggregated-perf-buildid.test



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