search for: shines_tao

Displaying 7 results from an estimated 7 matches for "shines_tao".

2009 Nov 18
1
[LLVMdev] help
hi,i am new here,and i want to know what should i do first if i want to develop a compiler based on llvm? thank you very much! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091118/9af309cc/attachment.html>
2009 Dec 20
2
[LLVMdev] help for clang
hello, i want to rewrite clang using c instead of c++,what's your advice and what should i do first,and i want to know where's the source codes of the files which will be read into the buffer to compiler? thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 20
1
[LLVMdev] source code for llvm
i don't understand the source code : static StringMapEntryBase *getTombstoneVal() { return (StringMapEntryBase*)-1; } at "include\llvm\adt\stingmaph" at line 116. "(StringMapEntryBase*)-1" is it the cast or something other? why there is a * after class StringMapEntryBase? thank you ~~ -------------- next part -------------- An HTML attachment was scrubbed...
2009 Nov 21
1
[LLVMdev] why?
i want to install llvm/clang,but when i "make",there are error messages: no rules for creating “DiagnosticAnalysisKinds.inc”“/home/tao/Desktop/llvm-2.6/tools/clang-2.6/include/clang/Basic/Release/DiagnosticAnalysisKinds.inc.tmp”。 what's wrong with it? thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 11
1
[LLVMdev] help clang
when i run 'make' in the Clang source directory ,it stops at "Linking Debug executable clang-cc",and i tried many times ,but it did not work! how can i do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091211/0d1bfe81/attachment.html>
2009 Dec 11
2
[LLVMdev] help for Clang
i want to build Clang,and i do follow the steps in the install.txt in the clang source directory but when i run 'make' in the Clang source directory ,it stops at "Linking Debug executable clang-cc",and i tried many times ,but it did not work,it just stopped there. how can i do? PS: my os is Ubuntu and the picture is in the attachment . and i waited for an hour,but it still
2009 Dec 13
0
[LLVMdev] how are files inputed into clang to compile?
where can i find the source code in the clang directories? is it in the "clang-2.6\lib\Basic\FileManager.cpp"? thank you ~ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091213/0d81cb88/attachment.html>