search for: 28c9b215

Displaying 3 results from an estimated 3 matches for "28c9b215".

Did you mean: 28c99295
2013 Aug 12
0
[LLVMdev] creating new llvm project?
"Matthew O'Connor" <thegreendragon at gmail.com> writes: > I'm in the process of creating a new LLVM project based on the instructions > from http://llvm.org/docs/Projects.html. > > I have a bunch of questions: > > 1. What is the relationship between CMake and the configure + Makefile > build systems for LLVM? If I intend to just use configure +
2013 Aug 12
4
[LLVMdev] creating new llvm project?
...y happen at some > distant future. > This project will not be incorporated into LLVM. How realistic is the possibility of moving to CMake only? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130812/28c9b215/attachment.html>
2013 Aug 12
3
[LLVMdev] creating new llvm project?
Hi all, I'm in the process of creating a new LLVM project based on the instructions from http://llvm.org/docs/Projects.html. I have a bunch of questions: 1. What is the relationship between CMake and the configure + Makefile build systems for LLVM? If I intend to just use configure + Makefile, do I need to worry about any of the CMake stuff? 2. My first attempt was to copy the sample