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.