diff options
author | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-12-06 05:36:17 +0000 |
---|---|---|
committer | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-12-06 05:36:17 +0000 |
commit | 56ccb1e497b16577af4fe4b8e39a25c8d840fd5c (patch) | |
tree | 3469b0239b1e0aef17542ed9cf5aa4c5dc7856e2 | |
parent | f3a5da8505308f2d2884fcc8c4f11a4d3dbdead1 (diff) | |
download | llvm-llvmorg-3.2.0-rc3.zip llvm-llvmorg-3.2.0-rc3.tar.gz llvm-llvmorg-3.2.0-rc3.tar.bz2 |
Rewording for clarityllvmorg-3.2.0-rc3
llvm-svn: 169468
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 169d6c3..a84faba 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -72,10 +72,11 @@ Release Notes</a>.</h1> <div> -<p>The LLVM 3.2 distribution currently consists of code from the core LLVM - repository, which roughly includes the LLVM optimizers, code generators and - supporting tools, and the Clang repository. In addition to this code, the - LLVM Project includes other sub-projects that are in development. Here we +<p>The LLVM 3.2 distribution currently consists of production-quality code + from the core LLVM repository, which roughly includes the LLVM optimizers, + code generators and supporting tools, as well as Clang, DragonEgg and + compiler-rt sub-project repositories. In addition to this code, the LLVM + Project includes other sub-projects that are in development. Here we include updates on these subprojects.</p> <!--=========================================================================--> |