llvm-project/compiler-rt/lib/asan/scripts
Frederic Cambus 626e2a6c62 [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
2021-09-24 19:10:07 +05:30
..
CMakeLists.txt
asan_device_setup [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. 2021-09-24 19:10:07 +05:30
asan_symbolize.py [compiler-rt] Handle None value when polling addr2line pipe 2021-05-10 09:46:06 +01:00