Re: r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake

2016-01-05 Thread Chris Bieneman via cfe-commits
I think you may be misaligning the if statements. I've only used it when doing full LLVM+clang builds. In fact, some of the more advanced knobs depend on LLVM being built in-tree (which is a bug that I should fix). If you’re having problems making it work, let me know. It is still largely untest

Re: r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake

2016-01-03 Thread Chandler Carruth via cfe-commits
Hey Chris, I just noticed that this option is only available when you build Clang as a standalone project, as opposed to building all of LLVM. Was that intentional? Is there any plan to support this in more normal whole-LLVM builds? It seems substantially more useful for stuff like picking up misco

Re: r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake

2015-08-10 Thread Chris Bieneman via cfe-commits
> On Aug 5, 2015, at 3:15 PM, Justin Bogner wrote: > > > Chris Bieneman writes: >> Author: cbieneman >> Date: Wed Aug 5 12:38:12 2015 >> New Revision: 244070 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=244070&view=rev >> Log: >> [CMake] First pass at adding support for clang bootstrap

Re: r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake

2015-08-05 Thread Justin Bogner
Chris Bieneman writes: > Author: cbieneman > Date: Wed Aug 5 12:38:12 2015 > New Revision: 244070 > > URL: http://llvm.org/viewvc/llvm-project?rev=244070&view=rev > Log: > [CMake] First pass at adding support for clang bootstrap builds to CMake > > Summary: > This patch adds a new CLANG_ENABLE_BO

r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake

2015-08-05 Thread Chris Bieneman
Author: cbieneman Date: Wed Aug 5 12:38:12 2015 New Revision: 244070 URL: http://llvm.org/viewvc/llvm-project?rev=244070&view=rev Log: [CMake] First pass at adding support for clang bootstrap builds to CMake Summary: This patch adds a new CLANG_ENABLE_BOOTSTRAP option to CMake which adds targets