rajesh viswabramana
2012-Apr-17 06:46 UTC
[LLVMdev] __builtin_malloc, __builtin_calloc support in LLVM
Hi, Is "__builtin_malloc" function supported in LLVM...? I checked in "tools/clang/include/clang/> > Basic/Builtins.def", > "tools/clang/lib/CodeGen/CGBuiltin.cpp" and couldn't find the > implementation. > Could anyone please comment about it. > > Thanks in advance, > Viswa > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120417/3e2d112b/attachment.html>
Duncan Sands
2012-Apr-17 07:08 UTC
[LLVMdev] __builtin_malloc, __builtin_calloc support in LLVM
Hi Viswa,> Is "__builtin_malloc" function supported in LLVM...?I think you are confusing LLVM and clang. The dragonegg front-end to LLVM supports __builtin_malloc however the clang front-end does not as far as I know. I suggest you write to the clang mailing list if you want to discuss clang's support for this more. Ciao, Duncan.> > I checked in > "tools/clang/include/clang/ > > Basic/Builtins.def", > "tools/clang/lib/CodeGen/CGBuiltin.cpp" and couldn't find the implementation. > Could anyone please comment about it. > > Thanks in advance, > Viswa > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Reasonably Related Threads
- [LLVMdev] __builtin_malloc, __builtin support
- How to migrate x86_sse2_psrl_dq after LLVM v3.8?
- Issue with "t -> signature is meaningless, use custom typechecking"
- HEAD compilation causes gcc internal error
- r267690 - [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set