[all-commits] [llvm/llvm-project] 626e2a: [compiler-rt] Use portable "#!/usr/bin/env bash" s...

Frederic Cambus via All-commits all-commits at lists.llvm.org
Fri Sep 24 06:41:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 626e2a6c6236d2fd7582928a0363d381c55eb43d
      https://github.com/llvm/llvm-project/commit/626e2a6c6236d2fd7582928a0363d381c55eb43d
  Author: Frederic Cambus <fred at statdns.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M compiler-rt/lib/asan/scripts/asan_device_setup
    M compiler-rt/lib/gwp_asan/scripts/symbolize.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/tsan/analyze_libtsan.sh
    M compiler-rt/lib/tsan/check_analyze.sh
    M compiler-rt/lib/tsan/check_cmake.sh

  Log Message:
  -----------
  [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests.

In build_symbolizer.sh we can safely remove the -eu argument from the shebang (which is an unportable construct), as the scripts sets **-e** and **-u** already.

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




More information about the All-commits mailing list