Displaying 2 results from an estimated 2 matches for "poolallocsrcdir".
2007 Feb 13
0
[LLVMdev] using dsa from llvm-poolalloc
...S += -I<directory to llvm-poolalloc>/include
CXXFLAGS += -I<directory to llvm-poolalloc>/include
CPPFLAGS += -I<directory to llvm-poolalloc>/include
(Note: I don't know if all of these lines are strictly necessary, but it
works for me.)
A better approach is to create --with-poolallocsrcdir and
--with-poolallocobjdir options that can specify the path to the
llvm-poolalloc source and object code at configuration time. The
autoconf/configure.ac file in the llvm-poolalloc project has an example
of this (except it's the --with-safecodesrc option). If you need help
setting that...
2007 Feb 13
2
[LLVMdev] using dsa from llvm-poolalloc
I have a few questions on using dsa now that it has been moved out of
llvm. I have llvm -r release_19 checked out from cvs, and
llvm-poolalloc -r release_19 checked out from cvs into the projects
directory, as John Criswell previously suggested.
1) I have some compiler transforms that I'm writing that use DSA. They
can no longer find the header files for DSA. My transforms are located