diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index a5763000e68..70406099d02 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -202,7 +202,7 @@ svn export https://llvm.org/svn/llvm-project/cfe/branches/release_XX clan tar -czvf - llvm-X.X | gzip > llvm-X.X.tar.gz tar -czvf - llvm-test-X.X | gzip > llvm-test-X.X.tar.gz tar -czvf - llvm-gcc4.2-X.X.source | gzip > llvm-gcc-4.2-X.X.source.tar.gz -tar -czvf - clang-X.X.source | gzip > clang-X.X.source.tar.gz +tar -czvf - clang-X.X | gzip > clang-X.X.tar.gz @@ -213,16 +213,22 @@ Building the Release
- Build both debug and release (optimized) versions of LLVM on all supported - platforms. Direction to build llvm are + Build both debug, release (optimized), and release-asserts versions of + LLVM on all supported platforms. Direction to build llvm are here.
- Creating the Clang binary distribution (release/optimized) requires + Creating the Clang binary distribution (debug/release/release-asserts) requires performing the following steps for each supported platform:
@@ -291,11 +298,11 @@ Details