[all-commits] [llvm/llvm-project] a27398: [PowerPC] Update MemorySanitizer test to cater for...

ahsansaghir via All-commits all-commits at lists.llvm.org
Wed Sep 2 13:29:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a27398a8151dc553dae85ede12f966e5b981b64b
      https://github.com/llvm/llvm-project/commit/a27398a8151dc553dae85ede12f966e5b981b64b
  Author: Ahsan Saghir <saghir at ca.ibm.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M compiler-rt/lib/msan/tests/msan_test.cpp

  Log Message:
  -----------
  [PowerPC] Update MemorySanitizer test to cater for number of CPUs > 1024

MemorySanitizer test fails on systems with more than 1024 CPUs.
This patch updates the test to make it work for machines that
have more than 1024 CPUs. This helps to fix errors on the PowerPC
sanitizer bot.

Reviewed By: #powerpc, nemanjai

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




More information about the All-commits mailing list