[llvm-commits] [llvm] r102063 - /llvm/trunk/docs/ReleaseNotes.html

Wesley Peck peckw at wesleypeck.com
Thu Apr 22 06:53:54 PDT 2010


Author: peckw
Date: Thu Apr 22 08:53:54 2010
New Revision: 102063

URL: http://llvm.org/viewvc/llvm-project?rev=102063&view=rev
Log:
Small fix to the "Other Improvements and New Features" section of the release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=102063&r1=102062&r2=102063&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 08:53:54 2010
@@ -769,8 +769,8 @@
 <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





More information about the llvm-commits mailing list