From: Wesley Peck Date: Thu, 22 Apr 2010 13:53:54 +0000 (+0000) Subject: Small fix to the "Other Improvements and New Features" section of the release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a0c4484bcebce25b1e103cdc277c6c5207284e10;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0a9691c9142..9e113cadbf9 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">
  • 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.
  • -
  • 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 +
  • 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.
  • The opt and llc tools now autodetect whether their input is a .ll or .bc