From ca1c816f2538de02f814c7269121004cca1e2552 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Feb 2010 01:47:19 +0000 Subject: [PATCH] 2.7: Note that DataTypes.h moved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96143 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3dd4ff2c47a..88c7de07a47 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -641,6 +641,9 @@ Clients must replace calls to
  • FIXME: Debug info has been totally redone. Add pointers to new APIs. Substantial caveats about compatibility of .ll and .bc files.
  • +
  • The llvm/Support/DataTypes.h header has moved +to llvm/System/DataTypes.h.
  • +