summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-11-01 13:21:33 +0100
committerRobert Loehning <robert.loehning@qt.io>2019-11-14 15:45:02 +0100
commit6e42ed217c58341966f41df31f47ed05a1f61a42 (patch)
tree01d94fd54687401b211089d89d191335ac8a894e /config_help.txt
parent0ec40c21c13232906bbbf26a16278fb0da263722 (diff)
configure: Add sanitizer "fuzzer-no-link"
Adds instrumentation for fuzzing to the binaries but links to the usual main function instead of a fuzzer's. The similar sanitizer "fuzzer" should then be used only for building the test itself. Requires clang 6 or higher. Change-Id: I24ee1f018b0b97f2977dc86fbdc29a164d7c4e01 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 2c46592c31..d8b027f0e8 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -131,7 +131,7 @@ Build options:
Currently supported backends are 'etw' (Windows) and
'lttng' (Linux), or 'yes' for auto-detection. [no]
- -sanitize {address|thread|memory|undefined}
+ -sanitize {address|thread|memory|fuzzer-no-link|undefined}
Instrument with the specified compiler sanitizer.
Note that some sanitizers cannot be combined;
for example, -sanitize address cannot be combined with