[all-commits] [llvm/llvm-project] 57d71c: Fix for windows bot failure (switch uint to unsigned)

Teresa Johnson via All-commits all-commits at lists.llvm.org
Mon May 8 11:26:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57d71cba0a84ee90356f460b381c1ba5aee5822b
      https://github.com/llvm/llvm-project/commit/57d71cba0a84ee90356f460b381c1ba5aee5822b
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M llvm/unittests/Analysis/MemoryProfileInfoTest.cpp

  Log Message:
  -----------
  Fix for windows bot failure (switch uint to unsigned)

Fix windows bot failure from b8d2f7177c39af7be371ba7f46cb00b9c63ef8f5:

https://lab.llvm.org/buildbot/#/builders/216/builds/20923

by switching uint to unsigned, as the former is not recognized there.




More information about the All-commits mailing list