[PATCH] D148417: [compiler-rt][profiling] Add an incremental buffer writing mode to libprofile

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 15:29:28 PDT 2023


gulfem added a comment.

I did not have a change to finish reviewing this patch, but it breaks `binary-id.c` and `binary-id-lookup.c` tests that you can see in the pre-merge checks.

  LLVM Profile Error: Failed to write file "/var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/binary-id.c.tmp.profraw": File exists
  error: /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/binary-id.c.tmp.profraw: invalid instrumentation profile data (file header is corrupt)

https://reviews.llvm.org/harbormaster/unit/view/6779087/.


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

https://reviews.llvm.org/D148417



More information about the llvm-commits mailing list