[all-commits] [llvm/llvm-project] 0ded75: [llvm] Fix C++23 error in InstrProfCorrelator.h (#...

Victor Vianna via All-commits all-commits at lists.llvm.org
Wed Oct 15 09:00:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ded75c2d1bc9816e5e90289fa746caef6a0bc38
      https://github.com/llvm/llvm-project/commit/0ded75c2d1bc9816e5e90289fa746caef6a0bc38
  Author: Victor Vianna <victor.vianna10 at gmail.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProfCorrelator.h

  Log Message:
  -----------
  [llvm] Fix C++23 error in InstrProfCorrelator.h (#163554)

[1] instantiates ~unique_ptr<DwarfContext>, so that must be a complete
type.

[1]
https://github.com/llvm/llvm-project/blob/67e6a376209c9cc9576012c1c042bee9b852d584/llvm/include/llvm/ProfileData/InstrProfCorrelator.h#L182

Co-authored-by: Victor Hugo Vianna Silva <victorvianna at google.com>



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