Lu Mitnick
2010-Dec-14 14:51 UTC
[LLVMdev] Modify for a variation of C with "size of" problem
Hello, I recently try to modify the front end of LLVM for a variation of C. The main difference between the variation and the original one is that I wish to view the "size of" as a function. Would anybody suggest me how to start doing?? thanks yi-hong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101214/c29aa41f/attachment.html>
Duncan Sands
2010-Dec-14 16:18 UTC
[LLVMdev] Modify for a variation of C with "size of" problem
Hi yi-hong,> I recently try to modify the front end of LLVM for a variation of C. The main > differenceLLVM has many front-ends. If you mean the "clang" front-end, you should ask your question on the clang mailing list. Best wishes, Duncan.> > between the variation and the original one is that I wish to view the "size of" > as a > > function. Would anybody suggest me how to start doing?? > > thanks > > yi-hong > > > > _______________________________________________ > 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] Modify the LLVM front-end to support EFI C and Add LLVM to EFI Byte Code(EBC) target
- [LLVMdev] Question about porting LLVM - a single instruction op mnemonic with multiple operand forms
- [LLVMdev] [cfe-dev] Modify the LLVM front-end to support EFI C and Add LLVM to EFI Byte Code(EBC) target
- [LLVMdev] Question about porting LLVM - code selection without assembler feature
- [LLVMdev] Question of autotools about adding a new target for LLVM