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
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
> 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
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
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