diff options
| author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-07-03 09:57:59 +0000 |
|---|---|---|
| committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-07-03 09:57:59 +0000 |
| commit | 1bc2cccf18be4dc00be037f092ff28ee6d12403e (patch) | |
| tree | 356ea09319266d28b0c8a53b79a0c880867d91fc /llvm/docs/HowToReleaseLLVM.rst | |
| parent | 71600be3f38f3e3e3df14297a34d7b8d23e07bb8 (diff) | |
| download | bcm5719-llvm-1bc2cccf18be4dc00be037f092ff28ee6d12403e.tar.gz bcm5719-llvm-1bc2cccf18be4dc00be037f092ff28ee6d12403e.zip | |
Remove some autoconf references from docs and comments
The autoconf build system support has been removed a while ago, remove
some outdated references.
Differential Revision: https://reviews.llvm.org/D63608
llvm-svn: 365013
Diffstat (limited to 'llvm/docs/HowToReleaseLLVM.rst')
| -rw-r--r-- | llvm/docs/HowToReleaseLLVM.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst index ec3362e97b6..e85faf7eadf 100644 --- a/llvm/docs/HowToReleaseLLVM.rst +++ b/llvm/docs/HowToReleaseLLVM.rst @@ -109,9 +109,8 @@ Update LLVM Version ^^^^^^^^^^^^^^^^^^^ After creating the LLVM release branch, update the release branches' -``autoconf`` and ``configure.ac`` versions from '``X.Ysvn``' to '``X.Y``'. +``CMakeLists.txt`` versions from '``X.Ysvn``' to '``X.Y``'. Update it on mainline as well to be the next version ('``X.Y+1svn``'). -Regenerate the configure scripts for both ``llvm`` and the ``test-suite``. In addition, the version numbers of all the Bugzilla components must be updated for the next release. |

