diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-06-04 09:21:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 09:21:30 +0200 |
commit | 0897377b13c42ccdf94963e24738e3deabe85ffa (patch) | |
tree | be8872b771c553db7b98824eefa05b11e1557360 /docs/ideas.md | |
parent | 70a2077107aac3a226e16731abc8028bcfa61466 (diff) | |
download | afl++-0897377b13c42ccdf94963e24738e3deabe85ffa.tar.gz |
add known frontends for supported compiler infrastructures
Diffstat (limited to 'docs/ideas.md')
-rw-r--r-- | docs/ideas.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index e25d3ba6..98231ad3 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -34,6 +34,12 @@ Mentor: any Other programming languages also use llvm hence they could (easily?) supported 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#)) +(according to [LLVM frontends](https://gist.github.com/axic/62d66fb9d8bccca6cc48fa9841db9241)) + Mentor: vanhauser-thc ## Machine Learning |