summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/add_compcert_compiler.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
commitf16d31607eb3cd0f281758bd0944e206ef6be387 (patch)
tree0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/add_compcert_compiler.md
parent712cbe056811ebdf0d7358ba07a874717a1c736f (diff)
downloadmeson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz
Bump version number for release. This is the 10 000th commit!
Diffstat (limited to 'docs/markdown/snippets/add_compcert_compiler.md')
-rw-r--r--docs/markdown/snippets/add_compcert_compiler.md3
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.