[LLVMdev] How can I remove Intrinsic Functions during llvm-gcc compilation?

SHEN Hao hao.shen at imag.fr
Mon May 3 09:12:33 PDT 2010


Hi, all,

I am using llvm-gcc --emit-llvm to generate byte code. With llvm
readable ll format, I found some standard C library function such as
llvm.memset.
In fact, I'm trying to compile newlibc with llvm, I do not need this
kind of llvm functions. How can I remove them during the compilation?

Best regards,
-- 
Hao Shen



More information about the llvm-dev mailing list