<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 3, 2014 at 11:08 AM, Patrik Hägglund H <span dir="ltr"><<a href="mailto:patrik.h.hagglund@ericsson.com" target="_blank">patrik.h.hagglund@ericsson.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">> - Is there any technical reason why the remaining autoconf users can't switch<br>
>   to CMake?<br>
<br>
I can't see how to do 'configure --disable-assertions --disable-optimized', using CMake in LLVM. This is useful for example to build for coverage testing.<br></blockquote><div><br></div><div>Use cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_ASSERTIONS=OFF  </div><div>For more flags see <a href="http://llvm.org/docs/CMake.html">http://llvm.org/docs/CMake.html</a></div><div><br></div><div>Regards,</div><div>ismail</div></div></div></div>