[all-commits] [llvm/llvm-project] 7b2eb7: [Support][AIX] Add declaration of wait4 to fix build

Hubert Tong via All-commits all-commits at lists.llvm.org
Thu Jun 25 12:42:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b2eb7a6212f210401bb73686455809b548c0021
      https://github.com/llvm/llvm-project/commit/7b2eb7a6212f210401bb73686455809b548c0021
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/lib/Support/Unix/Program.inc

  Log Message:
  -----------
  [Support][AIX] Add declaration of wait4 to fix build

While `wait4` is not documented for AIX, it is available; however, even
on systems where it is available, the system headers do not always
provide a declaration of the function. This patch provides a declaration
of `wait4` for AIX.

Reviewed By: daltenty

Differential Revision: https://reviews.llvm.org/D82282


  Commit: 0d0dbd617064965fff1993403751ac7cbc4bb695
      https://github.com/llvm/llvm-project/commit/0d0dbd617064965fff1993403751ac7cbc4bb695
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/lib/Support/Unix/Program.inc

  Log Message:
  -----------
  [NFC][Support] Make Unix/Program.inc separately compilable

To improve CI checks, make `Unix/Program.inc` separately compilable.


  Commit: c498780526ebc07f6ba589067a65ce86a4eb2207
      https://github.com/llvm/llvm-project/commit/c498780526ebc07f6ba589067a65ce86a4eb2207
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Support/Program.h

  Log Message:
  -----------
  [NFC][Support] Add unit of measure to comment for PeakMemory


Compare: https://github.com/llvm/llvm-project/compare/d8e3e55857b2...c498780526eb


More information about the All-commits mailing list