[all-commits] [llvm/llvm-project] ae4846: [llvm-exegesis] Use correct pid_t definition in Su...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Jun 27 13:03:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae4846d8a10c9ca566983fce49e1825a5fac88b6
      https://github.com/llvm/llvm-project/commit/ae4846d8a10c9ca566983fce49e1825a5fac88b6
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/PerfHelper.h
    M llvm/tools/llvm-exegesis/lib/SubprocessMemory.h

  Log Message:
  -----------
  [llvm-exegesis] Use correct pid_t definition in SubprocessMemory.h

Due to failures in MinGW builds I adjusted the preprocessor directives
to be more specific about when to include but kept the old definition in
files that were committed more recently on accident. This patch changes
those definitions to match the fixed ones.

Also fix a typo leftover from the original change in PerfHelper.h.




More information about the All-commits mailing list