Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up docs references to './configure' in preparation for deprecating ↵ | Jonathan Roelofs | 2015-04-29 | 1 | -5/+5 |
| | | | | | | | | in-source builds http://reviews.llvm.org/D8787 llvm-svn: 236144 | ||||
* | A few minor updates based on feedback from Justin and a few things I thought ↵ | Chris Bieneman | 2015-03-14 | 1 | -0/+35 |
| | | | | | | | | | | | | were missing. * Moved autotools configure & build example out of "Getting Started Quickly (A Summary)" and into BuildingLLVMWithAutoTools. * Removed the annotations that CMake is the recommended process and Autotools is alternate. * Added brief documentation about build targets under "Getting Started Quickly..." * Added Overview text to BuildingLLVMWithAutotools * Fixed up a broken link. llvm-svn: 232278 | ||||
* | Updating GettingStarted documentation to reference CMake as the preferred ↵ | Chris Bieneman | 2015-03-13 | 1 | -0/+297 |
way to build LLVM. Reviewers: chandlerc, samsonov, echristo Reviewed By: samsonov Subscribers: emaste, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D8046 llvm-svn: 232135 |