diff options
author | Hans Wennborg <hans@chromium.org> | 2020-03-04 13:55:51 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-03-04 13:55:51 +0100 |
commit | c290cb61fdca1bd42f8f1908e4a33a04597480c2 (patch) | |
tree | 2bade72013190f22ecacc4e6fb27875107959f8b | |
parent | 3a843031a5ad83a00d2603f623881cb2b2bf719d (diff) | |
download | bcm5719-llvm-c290cb61fdca1bd42f8f1908e4a33a04597480c2.tar.gz bcm5719-llvm-c290cb61fdca1bd42f8f1908e4a33a04597480c2.zip |
llvm docs: drop index.rst release version warning
-rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index d4cf6d24e6c..c150c75bc8f 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -1,11 +1,6 @@ About ======== -.. warning:: - - If you are using a released version of LLVM, see `the download page - <http://llvm.org/releases/>`_ to find your documentation. - The LLVM compiler infrastructure supports a wide range of projects, from industrial strength compilers to specialized JIT applications to small research projects. |