From: Chris Lattner Date: Fri, 9 Oct 2009 06:36:25 +0000 (+0000) Subject: more random updates. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a8f42149127c37a6c2c4ef13ecaf724967dff5ba;p=oota-llvm.git more random updates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83625 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 635bb632681..9f548c4d09f 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -436,6 +436,12 @@ in this section. by allowing multiple "LLVMContext" objects to exist. Please see the threading entry in the Programmer's Manual for more information. +
  • LLVM now has experimental support for embedded + metadata in LLVM IR, though the implementation is not guaranteed to be + final and the .bc file format may change in future releases. Debug info + does not yet use this format in LLVM 2.6.

    + @@ -617,8 +623,11 @@ releases of LLVM.