[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?

Sanjoy Das sanjoy at playingwithpointers.com
Thu Jan 19 07:52:17 PST 2012


Hi,

I'm not aware of why the malloc instruction was removed, but I'd fix
this by replacing the malloc instructions by calls to a standard
malloc implementation.

-- 
Sanjoy Das
http://playingwithpointers.com



More information about the llvm-dev mailing list