While using LLVM Back-End for ANSI C: $llc -march=c <ByteCode> I get following warning message: warning: conflicting types for built-in function 'malloc' Can somehow I remove this warning through using GCC options, I know it should be on GCC Discussion Forum but still if someone can help me I would appreciate. Thanks!