mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user