about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-06-04 09:24:30 +0200
committerGitHub <noreply@github.com>2021-06-04 09:24:30 +0200
commitf3b1c5c382b95f93a20f507b492c396a6284518c (patch)
tree2b5a80e546358602c79b1640a76df9e5ed87da1b
parent0897377b13c42ccdf94963e24738e3deabe85ffa (diff)
downloadafl++-f3b1c5c382b95f93a20f507b492c396a6284518c.tar.gz
add Rust
-rw-r--r--docs/ideas.md2
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