[all-commits] [llvm/llvm-project] abe2c9: [lit] Report tool path from use_llvm_tool if found...

James Henderson via All-commits all-commits at lists.llvm.org
Thu May 6 01:27:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abe2c906ad4c34d257e63b067fe8514050ea77ff
      https://github.com/llvm/llvm-project/commit/abe2c906ad4c34d257e63b067fe8514050ea77ff
  Author: James Henderson <james.henderson at sony.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
    M llvm/utils/lit/lit/llvm/config.py
    A llvm/utils/lit/tests/Inputs/use-tool-search-env/lit.cfg
    A llvm/utils/lit/tests/Inputs/use-tool-search-env/test.tool
    A llvm/utils/lit/tests/Inputs/use-tool-search-env/true.txt
    A llvm/utils/lit/tests/use-tool-search-env.py

  Log Message:
  -----------
  [lit] Report tool path from use_llvm_tool if found via env variable

Previously, if the search_env argument was specified, and the tool was
found at that location, the path was not reported, unlike other
situations when this function was called. Adding the reporting makes the
function consistent.

Reviewed by: thopre

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




More information about the All-commits mailing list