X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FHowToReleaseLLVM.html;h=933b158793b7b82fbf11b2907314a7438c091dd1;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=c0ad6c9381325f16ea7731df9d561995a893e87d;hpb=e2c3a49c8029ebd9ef530101cc24c66562e3dff5;p=oota-llvm.git diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index c0ad6c93813..933b158793b 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -213,13 +213,13 @@ Building the Release
The build of llvm, llvm-gcc, and clang must be free -of errors and warnings in both debug, release, and release-asserts builds. +of errors and warnings in both debug, release+asserts, and release builds. If all builds are clean, then the release passes build qualification.
  1. debug: ENABLE_OPTIMIZED=0
  2. -
  3. release: ENABLE_OPTIMIZED=1
  4. -
  5. release-asserts: ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1
  6. +
  7. release+asserts: ENABLE_OPTIMIZED=1
  8. +
  9. release: ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1
@@ -227,7 +227,7 @@ If all builds are clean, then the release passes build qualification.
Build LLVM

- Build both debug, release (optimized), and release-asserts versions of + Build both debug, release+asserts (optimized), and release versions of LLVM on all supported platforms. Direction to build llvm are here.

@@ -264,7 +264,7 @@ If all builds are clean, then the release passes build qualification. Binary Distribution

- Creating the Clang binary distribution (debug/release/release-asserts) requires + Creating the Clang binary distribution (debug/release/release) requires performing the following steps for each supported platform:

@@ -429,7 +429,7 @@ Qualification Details

- The final stages of the release process involving taging the release branch, + The final stages of the release process involving tagging the release branch, updating documentation that refers to the release, and updating the demo page.

FIXME: Add a note if anything needs to be done to the clang website.