[all-commits] [llvm/llvm-project] 1b0524: [Profile] Support __llvm_profile_set_file_object i...

ZequanWu via All-commits all-commits at lists.llvm.org
Fri Aug 27 13:09:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b05245119ddb7279a2ae55319b2ae82aac306db
      https://github.com/llvm/llvm-project/commit/1b05245119ddb7279a2ae55319b2ae82aac306db
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c

  Log Message:
  -----------
  [Profile] Support __llvm_profile_set_file_object in continuous mode.

Replace D107203, because __llvm_profile_set_file_object is usually used when the
process doesn't have permission to open/create file. That patch trying to copy
from old profile to new profile contradicts with the usage.

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




More information about the All-commits mailing list