[all-commits] [llvm/llvm-project] c30952: [compiler-rt] replicate changes from llvm/ProfileD...

Andrew Rogers via All-commits all-commits at lists.llvm.org
Tue Jun 10 10:45:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c30952592a88b6ca7b260d3938be564c8aeea1e4
      https://github.com/llvm/llvm-project/commit/c30952592a88b6ca7b260d3938be564c8aeea1e4
  Author: Andrew Rogers <andrurogerz at gmail.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M compiler-rt/include/profile/InstrProfData.inc

  Log Message:
  -----------
  [compiler-rt] replicate changes from llvm/ProfileData/InstrProfData.inc (#143574)

## Purpose
The compiler-rt project `check-same-common-code.test` test case started
failing after #142861 was merged. This change addresses the failure.

## Overview
This patch replicates the changes made by #142861 to
llvm/include/llvm/ProfileData/InstrProfData.inc in the duplicated file
compiler-rt/include/profile/InstrProfData.inc. These files otherwise
match.

## Validation
Locally built `check-profile` target and verified
`check-same-common-code.test` now passes.



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