diff options
Diffstat (limited to 'docs/markdown/snippets/add_compcert_compiler.md')
-rw-r--r-- | docs/markdown/snippets/add_compcert_compiler.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/markdown/snippets/add_compcert_compiler.md b/docs/markdown/snippets/add_compcert_compiler.md deleted file mode 100644 index b8e45f826..000000000 --- a/docs/markdown/snippets/add_compcert_compiler.md +++ /dev/null @@ -1,3 +0,0 @@ -## Added CompCert C compiler - -Added experimental support for the [CompCert formally-verified C compiler](https://github.com/AbsInt/CompCert). The current state of the implementation is good enough to build the [picolibc project](https://github.com/picolibc/picolibc) with CompCert, but might still need additional adjustments for other projects. |