[all-commits] [llvm/llvm-project] 0da37b: [compiler-rt] Reduce the number of threads in gcov...

calixteman via All-commits all-commits at lists.llvm.org
Fri May 8 03:48:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0da37bedc2667da371eda30595a06210595881d0
      https://github.com/llvm/llvm-project/commit/0da37bedc2667da371eda30595a06210595881d0
  Author: Calixte Denizet <calixte.denizet at gmail.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M compiler-rt/test/profile/Inputs/instrprof-gcov-multithread_fork.cpp

  Log Message:
  -----------
  [compiler-rt] Reduce the number of threads in gcov test to avoid failure

Summary:
Patch in D78477 introduced a new test for gcov and this test is failing on arm:
 - http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-full-sh/builds/4752/steps/ninja%20check%202/logs/stdio
  - http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/10501/steps/ninja%20check%202/logs/stdio
So try to fix it in reducing the number of threads.

Reviewers: marco-c

Reviewed By: marco-c

Subscribers: dberris, kristof.beyls, #sanitizers, serge-sans-paille, sylvestre.ledru

Tags: #sanitizers

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




More information about the All-commits mailing list