diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-06-04 09:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 09:24:30 +0200 |
commit | f3b1c5c382b95f93a20f507b492c396a6284518c (patch) | |
tree | 2b5a80e546358602c79b1640a76df9e5ed87da1b | |
parent | 0897377b13c42ccdf94963e24738e3deabe85ffa (diff) | |
download | afl++-f3b1c5c382b95f93a20f507b492c396a6284518c.tar.gz |
add Rust
-rw-r--r-- | docs/ideas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index 98231ad3..0ee69851 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -37,7 +37,7 @@ for fuzzing, e.g. mono, swift, go, kotlin native, fortran, ... GCC also supports: Objective-C, Fortran, Ada, Go, and D (according to [Gcc homepage](https://gcc.gnu.org/)) -LLVM also supports: LLGo (Go), kaleidoscope (Haskell), flang (Fortran), emscripten (JavaScript, WASM), ilwasm (CIL (C#)) +LLVM is also used by: Rust, LLGo (Go), kaleidoscope (Haskell), flang (Fortran), emscripten (JavaScript, WASM), ilwasm (CIL (C#)) (according to [LLVM frontends](https://gist.github.com/axic/62d66fb9d8bccca6cc48fa9841db9241)) Mentor: vanhauser-thc |