[all-commits] [llvm/llvm-project] a54f16: Prefer /usr/bin/env xxx over /usr/bin/xxx where xx...

Harmen Stoppels via All-commits all-commits at lists.llvm.org
Thu Feb 25 02:33:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a54f160b3a98b91cd241a555d904a6b6453affc4
      https://github.com/llvm/llvm-project/commit/a54f160b3a98b91cd241a555d904a6b6453affc4
  Author: Harmen Stoppels <harmenstoppels at gmail.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M clang/test/make_test_dirs.pl
    M clang/tools/scan-build/bin/set-xcode-analyzer
    M clang/utils/TestUtils/pch-test.pl
    M clang/utils/analyzer/reducer.pl
    M clang/utils/analyzer/update_plist_test.pl
    M clang/www/demo/index.cgi
    M debuginfo-tests/llgdb-tests/test_debuginfo.pl
    M lldb/docs/use/python-reference.rst
    M lldb/scripts/disasm-gdb-remote.pl
    M llvm/utils/GenLibDeps.pl
    M llvm/utils/codegen-diff
    M llvm/utils/findsym.pl
    M llvm/utils/llvm-compilers-check
    M llvm/utils/llvm-native-gxx
    M openmp/runtime/tools/check-execstack.pl
    M openmp/runtime/tools/check-instruction-set.pl
    M openmp/runtime/tools/message-converter.pl
    M polly/lib/External/isl/doc/mypod2latex

  Log Message:
  -----------
  Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk

Allow users to use a non-system version of perl, python and awk, which is useful
in certain package managers.

Reviewed By: JDevlieghere, MaskRay

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




More information about the All-commits mailing list