[llvm-exegesis] Use correct pid_t definition in SubprocessMemory.h
authorAiden Grossman <agrossman154@yahoo.com>
Tue, 27 Jun 2023 20:01:20 +0000 (20:01 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Tue, 27 Jun 2023 20:03:40 +0000 (20:03 +0000)
commitae4846d8a10c9ca566983fce49e1825a5fac88b6
tree941595c2861d32c82a6cfd8634fbb0451c5a7b96
parentd983e833dcbbad11501203c884959cca6562fd25
[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.
llvm/tools/llvm-exegesis/lib/PerfHelper.h
llvm/tools/llvm-exegesis/lib/SubprocessMemory.h