<div dir="ltr">CMake Error at projects/compiler-rt/cmake/config-ix.cmake:125 (message): Cannot compile for i686<div><br></div><div>CMakeError.log attached, seems like #include checks are failing? This is x86 openSUSE.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 17, 2015 at 9:14 AM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@chromium.org" target="_blank">hans@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jack,<br>
<span class=""><br>
On Thu, Jul 16, 2015 at 4:03 PM, Jack Howarth<br>
<<a href="mailto:howarth.mailing.lists@gmail.com">howarth.mailing.lists@gmail.com</a>> wrote:<br>
> Hans,<br>
>       Do we intend to leave -fopenmp defaulted to the no-op libgomp<br>
> support for 3.7.0 or do the sensible thing by applying...<br>
><br>
> Index: CMakeLists.txt<br>
> ===================================================================<br>
> --- CMakeLists.txt (revision 242425)<br>
> +++ CMakeLists.txt (working copy)<br>
> @@ -182,7 +182,7 @@ set(GCC_INSTALL_PREFIX "" CACHE PATH "Di<br>
>  set(DEFAULT_SYSROOT "" CACHE PATH<br>
>    "Default <path> to all compiler invocations for --sysroot=<path>." )<br>
><br>
> -set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING<br>
> +set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING<br>
>    "Default OpenMP runtime used by -fopenmp.")<br>
><br>
>  set(CLANG_VENDOR "" CACHE STRING<br>
><br>
> so that the new llvm openmp library (which passes a three stage<br>
> bootstrap as part of an<br>
> in-tree build of llvm/cfe/compiler-rt/polly/libc++/openmp on<br>
> x86_64-apple-darwin).<br>
<br>
</span>I'm not fully aware of the implications of this, but if we do want to<br>
change it, it needs to be done on trunk first.<br>
<br>
If you get it through review and committed to trunk, I'm open to merging it.<br>
<br>
I assume utils/release/test-release.sh would also need an update so<br>
the library gets built?<br>
<br>
Thanks,<br>
Hans<br>
</blockquote></div><br></div>