From 0897377b13c42ccdf94963e24738e3deabe85ffa Mon Sep 17 00:00:00 2001 From: hexcoder Date: Fri, 4 Jun 2021 09:21:30 +0200 Subject: add known frontends for supported compiler infrastructures --- docs/ideas.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 -- cgit 1.4.1