[doc] Update libFuzzerIntegration.md

`-sanitize=fuzzer` no longer requires a development snapshot,
it's been part of the compiler for a good while now.
This commit is contained in:
Hamish Knight
2024-07-22 21:12:39 +01:00
parent ed38b93469
commit e40d762b88

View File

@@ -1,7 +1,6 @@
# libFuzzer Integration
Custom builds of the Swift toolchain (including development snapshots)
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
`myfile.swift`, define an entry point fuzzing function with a
`@_cdecl("LLVMFuzzerTestOneInput")` annotation: