[all-commits] [llvm/llvm-project] 2bd62e: [dexter] Don't generate results files by default

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Fri Feb 11 07:49:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bd62e0b040aec8992328714e029ace737b82a2f
      https://github.com/llvm/llvm-project/commit/2bd62e0b040aec8992328714e029ace737b82a2f
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/test/Tool.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect-results.cpp
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp

  Log Message:
  -----------
  [dexter] Don't generate results files by default

Dexter saves various files to a new results directory each time it is run
(including when it's run by lit tests) and there isn't a way to opt-out. This
patch reconfigures the behaviour to be opt-in by removing the default
`--results-directory` location. Now results are only saved if
`--results-directory` is specified.

Reviewed By: jmorse

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




More information about the All-commits mailing list