[all-commits] [llvm/llvm-project] c371ee: [Profile][Windows] Fix flakyness when checking exi...

Zequan Wu via All-commits all-commits at lists.llvm.org
Wed Mar 6 09:09:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c371ee9da9c4fa4b682baf47ce5c2a6b6f4c74bc
      https://github.com/llvm/llvm-project/commit/c371ee9da9c4fa4b682baf47ce5c2a6b6f4c74bc
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c

  Log Message:
  -----------
  [Profile][Windows] Fix flakyness when checking existence of binary id (#84196)

There is a small chance that binary id starting with 0 (1/256). It is
not sufficient to just check the first byte.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list