[all-commits] [llvm/llvm-project] 79af73: Fix PS4 build of compiler-rt runtime.

dyung via All-commits all-commits at lists.llvm.org
Wed May 13 19:13:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 79af7314fbde836854315ef7213076653076f20c
      https://github.com/llvm/llvm-project/commit/79af7314fbde836854315ef7213076653076f20c
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingUtil.h

  Log Message:
  -----------
  Fix PS4 build of compiler-rt runtime.

In a previous change I added a shim for fork(), but when compiled from InstrProfiling.c, the
required header file was not included, so pid_t was undefined. This change adds that include.




More information about the All-commits mailing list