[llvm-commits] CVS: llvm-poolalloc/include/poolalloc/MMAPSupport.h

John Criswell criswell at cs.uiuc.edu
Thu Mar 10 12:49:53 PST 2005



Changes in directory llvm-poolalloc/include/poolalloc:

MMAPSupport.h updated: 1.1 -> 1.2
---
Log message:

Added support for checking for mmap() functionality and a few
miscellaneous header files.




---
Diffs of the changes:  (+1 -3)

 MMAPSupport.h |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm-poolalloc/include/poolalloc/MMAPSupport.h
diff -u llvm-poolalloc/include/poolalloc/MMAPSupport.h:1.1 llvm-poolalloc/include/poolalloc/MMAPSupport.h:1.2
--- llvm-poolalloc/include/poolalloc/MMAPSupport.h:1.1	Thu Mar 10 13:28:08 2005
+++ llvm-poolalloc/include/poolalloc/MMAPSupport.h	Thu Mar 10 14:49:39 2005
@@ -12,9 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-/// FIXME: This isn't installed, add copies of the configure checks to the pool
-/// allocator project configure script.
-#include "llvm/Config/config.h"
+#include "poolalloc/Config/config.h"
 #include <cstdlib>
 #include <cassert>
 






More information about the llvm-commits mailing list