From a8f42149127c37a6c2c4ef13ecaf724967dff5ba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Oct 2009 06:36:25 +0000 Subject: [PATCH] more random updates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83625 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.