diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/jit/docs/_build/texinfo/libgccjit.texi | 10 | ||||
-rw-r--r-- | gcc/jit/docs/cp/index.rst | 4 | ||||
-rw-r--r-- | gcc/jit/docs/index.rst | 4 |
3 files changed, 1 insertions, 17 deletions
diff --git a/gcc/jit/docs/_build/texinfo/libgccjit.texi b/gcc/jit/docs/_build/texinfo/libgccjit.texi index 6e629fd..724c388 100644 --- a/gcc/jit/docs/_build/texinfo/libgccjit.texi +++ b/gcc/jit/docs/_build/texinfo/libgccjit.texi @@ -21,7 +21,7 @@ @copying @quotation -libgccjit 11.0.0 (experimental 20201112), Nov 12, 2020 +libgccjit 11.0.0 (experimental 20210114), Jan 14, 2021 David Malcolm @@ -68,10 +68,6 @@ Copyright @copyright{} 2014-2021 Free Software Foundation, Inc. This document describes libgccjit@footnote{http://gcc.gnu.org/wiki/JIT}, an API for embedding GCC inside programs and libraries. -Note that libgccjit is currently of “Alpha” quality; -the APIs are not yet set in stone, and they shouldn’t be used in -production yet. - There are actually two APIs for the library: @@ -9051,10 +9047,6 @@ This is a collection of “thin” wrapper classes around the C API. Everything is an inline function, implemented in terms of the C API, so there is nothing extra to link against. -Note that libgccjit is currently of “Alpha” quality; -the APIs are not yet set in stone, and they shouldn’t be used in -production yet. - Contents: @c Copyright (C) 2014-2021 Free Software Foundation, Inc. diff --git a/gcc/jit/docs/cp/index.rst b/gcc/jit/docs/cp/index.rst index 254ad59..3bffc98 100644 --- a/gcc/jit/docs/cp/index.rst +++ b/gcc/jit/docs/cp/index.rst @@ -28,10 +28,6 @@ This is a collection of "thin" wrapper classes around the C API. Everything is an inline function, implemented in terms of the C API, so there is nothing extra to link against. -Note that libgccjit is currently of "Alpha" quality; -the APIs are not yet set in stone, and they shouldn't be used in -production yet. - Contents: .. toctree:: diff --git a/gcc/jit/docs/index.rst b/gcc/jit/docs/index.rst index 4db1ddd..fe3d741 100644 --- a/gcc/jit/docs/index.rst +++ b/gcc/jit/docs/index.rst @@ -21,10 +21,6 @@ libgccjit This document describes `libgccjit <http://gcc.gnu.org/wiki/JIT>`_, an API for embedding GCC inside programs and libraries. -Note that libgccjit is currently of "Alpha" quality; -the APIs are not yet set in stone, and they shouldn't be used in -production yet. - There are actually two APIs for the library: * a pure C API: ``libgccjit.h`` |