[all-commits] [llvm/llvm-project] b6d157: [PGO] Fix `instrprof-api.c` on Windows (#77508)

Qiongsi Wu via All-commits all-commits at lists.llvm.org
Tue Jan 9 11:53:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6d1577071017f1ba3f12bfe30c1746ffaf5d98d
      https://github.com/llvm/llvm-project/commit/b6d1577071017f1ba3f12bfe30c1746ffaf5d98d
  Author: Qiongsi Wu <274595+qiongsiwu at users.noreply.github.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M compiler-rt/test/profile/instrprof-api.c

  Log Message:
  -----------
  [PGO] Fix `instrprof-api.c` on Windows (#77508)

https://github.com/llvm/llvm-project/pull/76471 introduced a new test
but the check lines have over-restrictive patterns for a string variable
name that cause test failures on Windows (e.g.
https://lab.llvm.org/buildbot/#/builders/127/builds/60637/steps/4/logs/stdio).
This PR fixes the test.




More information about the All-commits mailing list