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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110039
[compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. ClosedPublic Authored by fcambus on Sep 19 2021, 9:02 AM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 24 2021, 6:39 AM Closed by commit rG626e2a6c6236: [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. (authored by fcambus, committed by xgupta). · Explain WhySep 24 2021, 6:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374828 compiler-rt/lib/asan/scripts/asan_device_setup
compiler-rt/lib/gwp_asan/scripts/symbolize.sh
compiler-rt/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
compiler-rt/lib/tsan/analyze_libtsan.sh
compiler-rt/lib/tsan/check_analyze.sh
compiler-rt/lib/tsan/check_cmake.sh
|