[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
Jack Howarth
howarth.mailing.lists at gmail.com
Thu Jul 16 16:03:29 PDT 2015
Hans,
Do we intend to leave -fopenmp defaulted to the no-op libgomp
support for 3.7.0 or do the sensible thing by applying...
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 242425)
+++ CMakeLists.txt (working copy)
@@ -182,7 +182,7 @@ set(GCC_INSTALL_PREFIX "" CACHE PATH "Di
set(DEFAULT_SYSROOT "" CACHE PATH
"Default <path> to all compiler invocations for --sysroot=<path>." )
-set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING
+set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING
"Default OpenMP runtime used by -fopenmp.")
set(CLANG_VENDOR "" CACHE STRING
so that the new llvm openmp library (which passes a three stage
bootstrap as part of an
in-tree build of llvm/cfe/compiler-rt/polly/libc++/openmp on
x86_64-apple-darwin).
Jack
On Thu, Jul 16, 2015 at 6:31 PM, Hans Wennborg <hans at chromium.org> wrote:
> Dear testers,
>
> 3.7.0-rc1 was just tagged; please start your testing engines :-)
>
> Upload binaries to the sftp and report your results to this thread.
>
> I'm sorry for the delay between branching and tagging. The changes to
> the release script took a little longer than I hoped.
>
> Thanks for helping with the release, and do let me know of any issues,
> questions, etc.
>
> The tracking bug for release blockers is PR24126.
>
> Cheers,
> Hans
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list