Hi,<div><br></div><div>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 : </div>
<div><div><a href="http://stackoverflow.com/questions/13851661/compiling-apache-httpd-into-llvm-bytecode-using-clang">http://stackoverflow.com/questions/13851661/compiling-apache-httpd-into-llvm-bytecode-using-clang</a></div>
<div><br></div><div>However after following all instructions when I compile httpd with following options I get directly executable files.</div><div><br></div><div>CC="clang" CFLAGS="-emit-llvm" ./configure --prefix=/home/varun/work/httpd/build --with-included-apr</div>
<div><div>make</div><div><br></div><div>I want to generate intermediate byte code files. My aim is to run some optimizers on these bytecode files and then generate executables. </div><div>How should I change this command or what approach I should take to do this. </div>
<div><br></div><div>Thanks in advance !</div><div><br></div></div><div>-- </div>Regards,<br>Teja
</div>