summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/README
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-03-15 19:04:30 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2019-03-15 19:04:30 +0000
commit8cc8eb8f24b9d297a25c9841326c6fa8561cf80e (patch)
tree9f9d05bb098dc65b8a36c5db59b451573e507cb9 /tests/libfuzzer/README
parent73a2e9c4098037aaa540b97ff097c660290622da (diff)
parent32084b073362e52df597cc388cf54f5173e20b0d (diff)
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging/dev
Diffstat (limited to 'tests/libfuzzer/README')
-rw-r--r--tests/libfuzzer/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libfuzzer/README b/tests/libfuzzer/README
index ed668ff9e2..7327e76eff 100644
--- a/tests/libfuzzer/README
+++ b/tests/libfuzzer/README
@@ -12,7 +12,9 @@ data which triggered the crash. You can then use this to debug and fix the calle
To run a test with libFuzzer:
-1. Install libFuzzer, e.g. from the repositories of the Linux distribution you are using.
+1. Install clang 5.0 or later, e.g. from the repositories of the Linux distribution you are using.
+ Depending on the version of clang and the source you are installing from, you might have to
+ install libFuzzer for this version of clang explicitly.
2. Make sure clang and clang++ from this version of clang are found in PATH.
3. Configure Qt with
-platform linux-clang -coverage trace-pc-guard