We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed38b93 commit e40d762Copy full SHA for e40d762
docs/libFuzzerIntegration.md
@@ -1,7 +1,6 @@
1
# libFuzzer Integration
2
3
-Custom builds of the Swift toolchain (including development snapshots)
4
-have a built-in `libFuzzer` integration. In order to use it on a file
+Swift has built-in `libFuzzer` integration. In order to use it on a file
5
`myfile.swift`, define an entry point fuzzing function with a
6
`@_cdecl("LLVMFuzzerTestOneInput")` annotation:
7
0 commit comments