Displaying 2 results from an estimated 2 matches for "safecodesrc".
Did you mean:
safecoders
2007 Feb 13
0
[LLVMdev] using dsa from llvm-poolalloc
...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 up, please let me know, and I can help.
>
> 2) For those that work on llvm-poolalloc, is their a way to compile
> doxygen for llvm-poolalloc?
Not that I'm aware of.
>
> 3) For those that work on llvm-poolalloc, John Criswell previously...
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