diff options
author | Robert Loehning <robert.loehning@qt.io> | 2019-11-01 13:21:33 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2019-11-14 15:45:02 +0100 |
commit | 6e42ed217c58341966f41df31f47ed05a1f61a42 (patch) | |
tree | 01d94fd54687401b211089d89d191335ac8a894e /config_help.txt | |
parent | 0ec40c21c13232906bbbf26a16278fb0da263722 (diff) | |
download | qtbase-6e42ed217c58341966f41df31f47ed05a1f61a42.tar.gz |
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.txt | 2 |
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 |