Commit 5a0e1270 by Martin Liska Committed by Martin Liska

Explain asan parameters in params.def (PR sanitizer/79635).

2018-07-25  Martin Liska  <mliska@suse.cz>

        PR sanitizer/79635
	* params.def: Explain ASan abbreviation and provide
        a documentation link.

From-SVN: r262959
parent bfb9bd47
2018-07-25 Martin Liska <mliska@suse.cz>
PR sanitizer/79635
* params.def: Explain ASan abbreviation and provide
a documentation link.
2018-07-24 Martin Sebor <msebor@redhat.com> 2018-07-24 Martin Sebor <msebor@redhat.com>
PR tree-optimization/86622 PR tree-optimization/86622
......
...@@ -1189,6 +1189,8 @@ DEFPARAM (PARAM_MAX_SLSR_CANDIDATE_SCAN, ...@@ -1189,6 +1189,8 @@ DEFPARAM (PARAM_MAX_SLSR_CANDIDATE_SCAN,
"strength reduction.", "strength reduction.",
50, 1, 999999) 50, 1, 999999)
/* ASan stands for AddressSanitizer: https://github.com/google/sanitizers. */
DEFPARAM (PARAM_ASAN_STACK, DEFPARAM (PARAM_ASAN_STACK,
"asan-stack", "asan-stack",
"Enable asan stack protection.", "Enable asan stack protection.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment