diff options
author | Wesley Peck <peckw@wesleypeck.com> | 2010-04-22 13:53:54 +0000 |
---|---|---|
committer | Wesley Peck <peckw@wesleypeck.com> | 2010-04-22 13:53:54 +0000 |
commit | a0c4484bcebce25b1e103cdc277c6c5207284e10 (patch) | |
tree | 7c95da47255a09b7e3392d1c675fb2d92d59df10 /docs/ReleaseNotes.html | |
parent | c0287baced71e47bae49a5af511012aa8dce34fa (diff) | |
download | external_llvm-a0c4484bcebce25b1e103cdc277c6c5207284e10.zip external_llvm-a0c4484bcebce25b1e103cdc277c6c5207284e10.tar.gz external_llvm-a0c4484bcebce25b1e103cdc277c6c5207284e10.tar.bz2 |
Small fix to the "Other Improvements and New Features" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0a9691c..9e113ca 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -769,8 +769,8 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html"> <li>You can now build LLVM as a big dynamic library (e.g. "libllvm2.7.so"). To get this, configure LLVM with the --enable-shared option.</li> -<li>LLVM command line tools now overwrite their output by default, before they - would only do this with -f. This makes them more convenient to use, and +<li>LLVM command line tools now overwrite their output by default. Previously, + they would only do this with -f. This makes them more convenient to use, and behave more like standard unix tools.</li> <li>The opt and llc tools now autodetect whether their input is a .ll or .bc |