Displaying 2 results from an estimated 2 matches for "have_poolalloc".
2013 Mar 13
0
[LLVMdev] Generating IR bytecode files of httpd source code
...r LLVM passes for you. In many cases, this
is the best way to do things, and it's how we do whole-program analysis
in SAFECode.
2) Modify libLTO to dump the bitcode file it generates to a separate
file just before it does code generation. I think the SAFECode libLTO
code does this if the HAVE_POOLALLOC symbol is defined, so you can use
it as a guide.
3) Modify the Apache build system to link all the files together into a
single .o file instead of trying to create a final executable. With
-emit-llvm, that file .o files will be an LLVM bitcode file.
>
> I want to generate intermediate b...
2013 Mar 13
2
[LLVMdev] Generating IR bytecode files of httpd source code
Hi,
I want to compile apache httpd using LLVM compiler. However, I am
interested in generating llvm bytecode files [.s or .ll] files along with
its executables. I followed steps mentioned in link :
http://stackoverflow.com/questions/13851661/compiling-apache-httpd-into-llvm-bytecode-using-clang
However after following all instructions when I compile httpd with
following options I get directly