search for: d8ca5a66

Displaying 1 result from an estimated 1 matches for "d8ca5a66".

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