[all-commits] [llvm/llvm-project] 0ae1b1: [test-release.sh] Respect the given width in LIT r...

Amy Kwan via All-commits all-commits at lists.llvm.org
Thu Dec 9 06:37:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ae1b1ce1a1708499aca722155fb2b72cb040d45
      https://github.com/llvm/llvm-project/commit/0ae1b1ce1a1708499aca722155fb2b72cb040d45
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
    M llvm/utils/release/test-release.sh

  Log Message:
  -----------
  [test-release.sh] Respect the given width in LIT runs by adding `-j` in LLVM_LIT_ARGS.

This patch adds allows the LIT runs within test-release.sh to obey the width that
is passed into the script. This is accomplished by adding the width in the LLVM_LIT_ARGS
CMake configuration.

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




More information about the All-commits mailing list