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!
On Wed, 19 Jul 2006 deveshti at comp.nus.edu.sg wrote:> 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.I don't think there is any way to disable the warning, other than piping the output of gcc to /dev/null. Perhaps others know a way. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Possibly Parallel Threads
- [LLVMdev] Correctness of Optimization Phases
- [LLVMdev] Correctness of Optimization Phases
- [LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
- [LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
- [LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM