[llvm-commits] CVS: llvm/include/llvm/AbstractTypeUser.h

Jeff Cohen jeffc at jolt-lang.org
Sun Apr 22 11:49:50 PDT 2007



Changes in directory llvm/include/llvm:

AbstractTypeUser.h updated: 1.27 -> 1.28
---
Log message:

Fix build problem with Gentoo 4.1.1-r3.

---
Diffs of the changes:  (+4 -0)

 AbstractTypeUser.h |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/include/llvm/AbstractTypeUser.h
diff -u llvm/include/llvm/AbstractTypeUser.h:1.27 llvm/include/llvm/AbstractTypeUser.h:1.28
--- llvm/include/llvm/AbstractTypeUser.h:1.27	Mon Jun  5 11:29:06 2006
+++ llvm/include/llvm/AbstractTypeUser.h	Sun Apr 22 13:49:32 2007
@@ -14,6 +14,10 @@
 #ifndef LLVM_ABSTRACT_TYPE_USER_H
 #define LLVM_ABSTRACT_TYPE_USER_H
 
+// IMPORTANT: Do not include this file directly.  Include Type.h instead.
+// Some versions of GCC can't handle the inlined method PATypeHolder::dropRef()
+// correctly otherwise.
+
 // This is the "master" include for <cassert> Whether this file needs it or not,
 // it must always include <cassert> for the files which include
 // llvm/AbstractTypeUser.h






More information about the llvm-commits mailing list