search for: a3738ab

Displaying 2 results from an estimated 2 matches for "a3738ab".

Did you mean: a3738abe
2012 Jan 26
0
[LLVMdev] Compiling glibc with LLVM
...g those in libc... we were hoping that we could get the control flows using LLVM API's for glibc. Has anyone tried this before? Thanks Nipun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120126/a3738abe/attachment.html>
2012 Jan 26
3
[LLVMdev] Compiling glibc with LLVM
Hi, I read on the gentoo website http://en.gentoo-wiki.com/wiki/Llvm that glibc cannot be compiled using llvm because of some GNU extensions which LLVM does not support. Has there been any success in compiling glibc using LLVM so as to get the bytecode? We are looking to do whole program analysis to look at control flows including those in libc... we were hoping that we could get the control