Skip to content

Commit e40d762

Browse files
committed
[doc] Update libFuzzerIntegration.md
`-sanitize=fuzzer` no longer requires a development snapshot, it's been part of the compiler for a good while now.
1 parent ed38b93 commit e40d762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/libFuzzerIntegration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# libFuzzer Integration
22

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
3+
Swift has built-in `libFuzzer` integration. In order to use it on a file
54
`myfile.swift`, define an entry point fuzzing function with a
65
`@_cdecl("LLVMFuzzerTestOneInput")` annotation:
76

0 commit comments

Comments
 (0)