[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 s
[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
show more ...
[gwp_asan] Improve symbolizer scriptShow inlined functions.Hide unhelpful DWARF related warnings.Reviewed By: hctimDifferential Revision: https://reviews.llvm.org/D105230
[GWP-ASan] Add public-facing documentation [6].Summary:Note: Do not submit this documentation until Scudo support is reviewed and submitted (should be #[5]).See D60593 for further information.
[GWP-ASan] Add public-facing documentation [6].Summary:Note: Do not submit this documentation until Scudo support is reviewed and submitted (should be #[5]).See D60593 for further information.This patch introduces the public-facing documentation for GWP-ASan, as well as updating the definition of one of the options, which wasn't properly merged. The document describes the design and features of GWP-ASan, as well as how to use GWP-ASan from both a user's standpoint, and development documentation for supporting allocators.Reviewers: jfb, morehouse, vlad.tsyrklevichReviewed By: morehouse, vlad.tsyrklevichSubscribers: kcc, dexonsmith, kubamracek, cryptoad, jfb, #sanitizers, llvm-commits, vlad.tsyrklevich, morehouseTags: #sanitizers, #llvmDifferential Revision: https://reviews.llvm.org/D62875llvm-svn: 369552