[PATCH] D151022: [llvm-exegesis] Introduce SubprocessMemory Utility Class

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 12:46:34 PDT 2023


mstorsjo added inline comments.


================
Comment at: llvm/tools/llvm-exegesis/lib/SubprocessMemory.h:24
+#ifndef __linux__
+typedef int pid_t;
+#endif // __linux__
----------------
This broke building on mingw, please use the same definition of `pid_t` as in PerfHelper.h.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151022/new/

https://reviews.llvm.org/D151022



More information about the llvm-commits mailing list