[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/PoolAllocate.h
John Criswell
criswell at cs.uiuc.edu
Thu Jan 11 15:27:52 PST 2007
Changes in directory llvm-poolalloc/include/poolalloc:
PoolAllocate.h updated: 1.51.2.1 -> 1.51.2.2
---
Log message:
Added --with-safecodesrc and --with=safecodeobj options to specify the
location of SAFECode. There should be no more hard coded paths in the
poolalloc source tree.
These should default to LLVM_SRC_ROOT/project/safecode and
LLVM_OBJ_ROOT/projects/safecode, respectively.
---
Diffs of the changes: (+1 -2)
PoolAllocate.h | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm-poolalloc/include/poolalloc/PoolAllocate.h
diff -u llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51.2.1 llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51.2.2
--- llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51.2.1 Wed Dec 13 15:58:21 2006
+++ llvm-poolalloc/include/poolalloc/PoolAllocate.h Thu Jan 11 17:27:33 2007
@@ -26,8 +26,7 @@
#include "poolalloc/Config/config.h"
#ifdef SAFECODE
-//FIXME : make this use some configuration options
-#include "/home/vadve/dhurjati/llvm/projects/safecode.typesafe/include/ConvertUnsafeAllocas.h"
+#include "ConvertUnsafeAllocas.h"
#endif
More information about the llvm-commits
mailing list